Blender V4.3
ReconstructStep Struct Reference

Public Attributes

eReconstructStepType type
 
union { 
 
   struct { 
 
      int   old_offset 
 
      int   new_offset 
 
      int   size 
 
   }   memcpy 
 
   struct { 
 
      int   old_offset 
 
      int   new_offset 
 
      int   array_len 
 
      eSDNA_Type   old_type 
 
      eSDNA_Type   new_type 
 
   }   cast_primitive 
 
   struct { 
 
      int   old_offset 
 
      int   new_offset 
 
      int   array_len 
 
   }   cast_pointer 
 
   struct { 
 
      int   old_offset 
 
      int   new_offset 
 
      int   array_len 
 
      short   old_struct_index 
 
      short   new_struct_index 
 
   }   substruct 
 
data 
 

Detailed Description

Definition at line 1184 of file dna_genfile.cc.

Member Data Documentation

◆ array_len

int ReconstructStep::array_len

Definition at line 1195 of file dna_genfile.cc.

Referenced by init_reconstruct_step_for_member().

◆ [struct]

struct { ... } ReconstructStep::cast_pointer

◆ [struct]

struct { ... } ReconstructStep::cast_primitive

◆ [union]

union { ... } ReconstructStep::data

◆ [struct]

struct { ... } ReconstructStep::memcpy

◆ new_offset

int ReconstructStep::new_offset

◆ new_struct_index

short ReconstructStep::new_struct_index

Definition at line 1209 of file dna_genfile.cc.

Referenced by init_reconstruct_step_for_member().

◆ new_type

eSDNA_Type ReconstructStep::new_type

Definition at line 1197 of file dna_genfile.cc.

Referenced by init_reconstruct_step_for_member().

◆ old_offset

int ReconstructStep::old_offset

◆ old_struct_index

short ReconstructStep::old_struct_index

Definition at line 1208 of file dna_genfile.cc.

Referenced by init_reconstruct_step_for_member().

◆ old_type

eSDNA_Type ReconstructStep::old_type

Definition at line 1196 of file dna_genfile.cc.

Referenced by init_reconstruct_step_for_member().

◆ size

int ReconstructStep::size

◆ [struct]

struct { ... } ReconstructStep::substruct

◆ type

eReconstructStepType ReconstructStep::type

The documentation for this struct was generated from the following file: