Structural deformable models
|
#include <PartParam.h>
Public Member Functions | |
ParticleParam () | |
Public Attributes | |
float | gravitational |
float | viscousdrag |
float | springconst |
float | damping |
float | mass |
float | imgforce |
float | torque |
Static Public Attributes | |
static ParticleParam | global = ParticleParam() |
Friends | |
std::ostream & | operator<< (std::ostream &os, const ParticleParam &p) |
Definition at line 25 of file PartParam.h.
|
inline |
Definition at line 27 of file PartParam.h.
References damping, gravitational, imgforce, mass, PART_DAMPING, PART_GRAV, PART_IMGFORCE, PART_MASS, PART_SPRINGCONST, PART_TORQUE, PART_VISCOUS, springconst, torque, and viscousdrag.
|
friend |
Definition at line 37 of file PartParam.h.
float ParticleParam::damping |
Definition at line 65 of file PartParam.h.
Referenced by Edge::Edge(), ParticleParam(), and Model::readParameter().
|
static |
Definition at line 72 of file PartParam.h.
Referenced by MStructure::buildMasterModel(), Node::Node(), operator<<(), and operator>>().
float ParticleParam::gravitational |
Definition at line 62 of file PartParam.h.
Referenced by Model::calculateForces(), Model::Model(), ParticleParam(), Model::readParameter(), and Model::reset().
float ParticleParam::imgforce |
Definition at line 67 of file PartParam.h.
Referenced by MStructure::buildMasterModel(), Model::calculateForces(), ParticleParam(), Model::readParameter(), and Brain::triggerTest().
float ParticleParam::mass |
Definition at line 66 of file PartParam.h.
Referenced by operator<<(), ParticleParam(), and Model::readParameter().
float ParticleParam::springconst |
Definition at line 64 of file PartParam.h.
Referenced by MStructure::buildMasterModel(), Edge::Edge(), Model::getDeformation(), ParticleParam(), and Model::readParameter().
float ParticleParam::torque |
Definition at line 68 of file PartParam.h.
Referenced by Model::addTorque(), ParticleParam(), and Model::readParameter().
float ParticleParam::viscousdrag |
Definition at line 63 of file PartParam.h.
Referenced by Model::calculateForces(), Model::Model(), ParticleParam(), Model::readParameter(), and Model::reset().