Blender  V3.3
Public Attributes | List of all members
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_nr
 
      short   new_struct_nr
 
   }   substruct
 
data
 

Detailed Description

Definition at line 1087 of file dna_genfile.c.

Member Data Documentation

◆ array_len

int ReconstructStep::array_len

Definition at line 1098 of file dna_genfile.c.

◆ 

struct { ... } ReconstructStep::cast_pointer

◆ 

struct { ... } ReconstructStep::cast_primitive

◆ 

union { ... } ReconstructStep::data

◆ 

struct { ... } ReconstructStep::memcpy

◆ new_offset

int ReconstructStep::new_offset

Definition at line 1092 of file dna_genfile.c.

◆ new_struct_nr

short ReconstructStep::new_struct_nr

Definition at line 1112 of file dna_genfile.c.

◆ new_type

eSDNA_Type ReconstructStep::new_type

Definition at line 1100 of file dna_genfile.c.

◆ old_offset

int ReconstructStep::old_offset

Definition at line 1091 of file dna_genfile.c.

◆ old_struct_nr

short ReconstructStep::old_struct_nr

Definition at line 1111 of file dna_genfile.c.

◆ old_type

eSDNA_Type ReconstructStep::old_type

Definition at line 1099 of file dna_genfile.c.

◆ size

int ReconstructStep::size

Definition at line 1093 of file dna_genfile.c.

◆ 

struct { ... } ReconstructStep::substruct

◆ type

eReconstructStepType ReconstructStep::type

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