Blender V2.61 - r43446
|
Public Attributes | |
int | size |
const char * | defaultname |
void(* | copy )(const void *source, void *dest, int count) |
void(* | free )(void *data, int count, int size) |
void(* | interp )(void **sources, float *weights, float *sub_weights, int count, void *dest) |
void(* | set_default )(void *data, int count) |
Definition at line 45 of file BME_Customdata.c.
void(* BME_LayerTypeInfo::copy)(const void *source, void *dest, int count) |
Definition at line 48 of file BME_Customdata.c.
Referenced by BME_CD_copy_data().
const char* BME_LayerTypeInfo::defaultname |
Definition at line 47 of file BME_Customdata.c.
void(* BME_LayerTypeInfo::free)(void *data, int count, int size) |
Definition at line 49 of file BME_Customdata.c.
Referenced by BME_CD_free_block().
void(* BME_LayerTypeInfo::interp)(void **sources, float *weights, float *sub_weights, int count, void *dest) |
Definition at line 50 of file BME_Customdata.c.
void(* BME_LayerTypeInfo::set_default)(void *data, int count) |
Definition at line 51 of file BME_Customdata.c.
Referenced by BME_CD_set_default().
Definition at line 46 of file BME_Customdata.c.
Referenced by BME_CD_copy_data(), BME_CD_Create(), and BME_CD_free_block().