Blender
V3.3
|
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_nr | |
short new_struct_nr | |
} substruct | |
} | data |
Definition at line 1087 of file dna_genfile.c.
int ReconstructStep::array_len |
Definition at line 1098 of file dna_genfile.c.
struct { ... } ReconstructStep::cast_pointer |
Referenced by init_reconstruct_step_for_member(), print_reconstruct_step(), and reconstruct_struct().
struct { ... } ReconstructStep::cast_primitive |
Referenced by init_reconstruct_step_for_member(), print_reconstruct_step(), and reconstruct_struct().
union { ... } ReconstructStep::data |
struct { ... } ReconstructStep::memcpy |
int ReconstructStep::new_offset |
Definition at line 1092 of file dna_genfile.c.
short ReconstructStep::new_struct_nr |
Definition at line 1112 of file dna_genfile.c.
eSDNA_Type ReconstructStep::new_type |
Definition at line 1100 of file dna_genfile.c.
int ReconstructStep::old_offset |
Definition at line 1091 of file dna_genfile.c.
short ReconstructStep::old_struct_nr |
Definition at line 1111 of file dna_genfile.c.
eSDNA_Type ReconstructStep::old_type |
Definition at line 1099 of file dna_genfile.c.
int ReconstructStep::size |
Definition at line 1093 of file dna_genfile.c.
struct { ... } ReconstructStep::substruct |
Referenced by init_reconstruct_step_for_member(), print_reconstruct_step(), and reconstruct_struct().
eReconstructStepType ReconstructStep::type |
Definition at line 1088 of file dna_genfile.c.
Referenced by compress_reconstruct_steps(), init_reconstruct_step_for_member(), print_reconstruct_step(), and reconstruct_struct().