Blender V2.61 - r43446
|
#include <DNA_sdna_types.h>
Public Attributes | |
char * | data |
int | datalen |
int | nr_names |
const char ** | names |
int | pointerlen |
int | nr_types |
char ** | types |
short * | typelens |
int | nr_structs |
short ** | structs |
struct GHash * | structs_map |
int | lastfind |
Definition at line 37 of file DNA_sdna_types.h.
char* SDNA::data |
Definition at line 38 of file DNA_sdna_types.h.
Referenced by DNA_sdna_free(), DNA_sdna_from_data(), init_structDNA(), and write_file_handle().
int SDNA::datalen |
Definition at line 39 of file DNA_sdna_types.h.
Referenced by DNA_sdna_from_data(), and write_file_handle().
int SDNA::lastfind |
Definition at line 63 of file DNA_sdna_types.h.
Referenced by DNA_sdna_from_data(), and DNA_struct_find_nr().
const char** SDNA::names |
Definition at line 42 of file DNA_sdna_types.h.
Referenced by DNA_sdna_free(), DNA_struct_get_compareflags(), DNA_struct_switch_endian(), elementsize(), find_elem(), init_structDNA(), reconstruct_elem(), reconstruct_struct(), recurs_test_compflags(), and rna_find_sdna_member().
int SDNA::nr_names |
Definition at line 41 of file DNA_sdna_types.h.
Referenced by init_structDNA().
int SDNA::nr_structs |
Definition at line 50 of file DNA_sdna_types.h.
Referenced by DNA_struct_find_nr(), DNA_struct_get_compareflags(), findstruct_name(), init_structDNA(), and recurs_test_compflags().
int SDNA::nr_types |
Definition at line 46 of file DNA_sdna_types.h.
Referenced by init_structDNA().
int SDNA::pointerlen |
Definition at line 44 of file DNA_sdna_types.h.
Referenced by DNA_struct_get_compareflags(), DNA_struct_switch_endian(), elementsize(), init_structDNA(), reconstruct_elem(), and test_pointer_array().
short** SDNA::structs |
Definition at line 51 of file DNA_sdna_types.h.
Referenced by BLO_blendhandle_print_sizes(), DNA_elem_offset(), DNA_sdna_free(), DNA_struct_find_nr(), DNA_struct_get_compareflags(), DNA_struct_reconstruct(), DNA_struct_switch_endian(), findstruct_name(), init_structDNA(), read_data_into_oldnewmap(), reconstruct_struct(), recurs_test_compflags(), rna_find_sdna_member(), switch_endian_structs(), and writestruct().
struct GHash* SDNA::structs_map |
Definition at line 57 of file DNA_sdna_types.h.
Referenced by DNA_sdna_free(), DNA_struct_find_nr(), and init_structDNA().
short* SDNA::typelens |
Definition at line 48 of file DNA_sdna_types.h.
Referenced by DNA_struct_get_compareflags(), DNA_struct_reconstruct(), elementsize(), init_structDNA(), reconstruct_struct(), switch_endian_structs(), and writestruct().
char** SDNA::types |
Definition at line 47 of file DNA_sdna_types.h.
Referenced by BLO_blendhandle_print_sizes(), DNA_sdna_free(), DNA_struct_find_nr(), DNA_struct_get_compareflags(), DNA_struct_reconstruct(), DNA_struct_switch_endian(), find_elem(), findstruct_name(), init_structDNA(), read_data_into_oldnewmap(), reconstruct_elem(), reconstruct_struct(), and rna_find_sdna_member().