|
| ModuleDeformerGeometry (const ModuleDeformerTopology &topology, const double &time, GMathVec3f *positions=0) |
|
const ModuleDeformerTopology & | get_topology () const |
|
const unsigned int & | get_point_count () const |
|
const GMathTimeSampling & | get_time_sampling () const |
|
const bool & | has_velocities () const |
|
const bool & | has_normals () const |
|
const double & | get_time () const |
|
bool | init (const GeometryPointCloud &point_cloud) |
|
void | update () |
|
const GMathVec3f * | get_positions () const |
|
const GMathVec3f * | get_velocities () const |
|
const GMathVec3f * | get_normals () const |
|
const GMathVec3f & | get_position (const unsigned int &index) const |
|
const GMathVec3f & | get_velocity (const unsigned int &index) const |
|
const GMathVec3f & | get_normal (const unsigned int &index) const |
|
void | set_position (const unsigned int &index, const GMathVec3f &p) |
|
void | set_velocity (const unsigned int &index, const GMathVec3f &v) |
|
void | set_normal (const unsigned int &index, const GMathVec3f &n) |
|
bool | is_kindof (const CoreClassInfo &cinfo) const |
|