Blender V2.61 - r43446
|
#include <DNA_object_force.h>
Public Attributes | |
struct PTCacheExtra * | next |
struct PTCacheExtra * | prev |
unsigned int | type |
unsigned int | totdata |
void * | data |
Definition at line 151 of file DNA_object_force.h.
void* PTCacheExtra::data |
Definition at line 154 of file DNA_object_force.h.
Referenced by BKE_ptcache_update_info(), direct_link_pointcache(), ptcache_disk_frame_to_mem(), ptcache_extra_free(), ptcache_mem_frame_to_disk(), ptcache_particle_extra_read(), ptcache_particle_extra_write(), and write_pointcaches().
struct PTCacheExtra* PTCacheExtra::next |
Definition at line 152 of file DNA_object_force.h.
Referenced by BKE_ptcache_update_info(), direct_link_pointcache(), ptcache_extra_free(), ptcache_mem_frame_to_disk(), ptcache_particle_extra_read(), and write_pointcaches().
struct PTCacheExtra * PTCacheExtra::prev |
Definition at line 152 of file DNA_object_force.h.
unsigned int PTCacheExtra::totdata |
Definition at line 153 of file DNA_object_force.h.
Referenced by ptcache_disk_frame_to_mem(), ptcache_mem_frame_to_disk(), ptcache_particle_extra_read(), ptcache_particle_extra_write(), and write_pointcaches().
unsigned int PTCacheExtra::type |
Definition at line 153 of file DNA_object_force.h.
Referenced by ptcache_disk_frame_to_mem(), ptcache_mem_frame_to_disk(), ptcache_particle_extra_read(), ptcache_particle_extra_write(), and write_pointcaches().