|
Blender
V2.59
|
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 49 of file BME_Customdata.c.
| void(* BME_LayerTypeInfo::copy)(const void *source, void *dest, int count) |
Definition at line 52 of file BME_Customdata.c.
Referenced by BME_CD_copy_data().
| const char* BME_LayerTypeInfo::defaultname |
Definition at line 51 of file BME_Customdata.c.
| void(* BME_LayerTypeInfo::free)(void *data, int count, int size) |
Definition at line 53 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 54 of file BME_Customdata.c.
| void(* BME_LayerTypeInfo::set_default)(void *data, int count) |
Definition at line 55 of file BME_Customdata.c.
Referenced by BME_CD_set_default().
Definition at line 50 of file BME_Customdata.c.
Referenced by BME_CD_copy_data(), BME_CD_Create(), BME_CD_free_block(), MakeCursor::App::changesize(), MakeCursor::App::doit(), MakeCursor::App::scrnclick(), MakeCursor::App::scrndrag(), MakeCursor::App::updateprev(), and MakeCursor::App::updatescrn().