HDK
|
#include <GAS_GrainObject.h>
Public Member Functions | |
GAS_GrainObject () | |
~GAS_GrainObject () | |
void | instanceFrom (const GAS_GrainObject *base, int ptnum, const UT_DMatrix4 &xform) |
void | buildGrainFromGdp (const GU_Detail *gdp) |
Public Attributes | |
UT_Array< GAS_GrainSphere > | mySpheres |
int | myParticle |
Definition at line 31 of file GAS_GrainObject.h.
GAS_GrainObject::GAS_GrainObject | ( | ) |
GAS_GrainObject::~GAS_GrainObject | ( | ) |
void GAS_GrainObject::instanceFrom | ( | const GAS_GrainObject * | base, |
int | ptnum, | ||
const UT_DMatrix4 & | xform | ||
) |
int GAS_GrainObject::myParticle |
Definition at line 48 of file GAS_GrainObject.h.
UT_Array<GAS_GrainSphere> GAS_GrainObject::mySpheres |
Definition at line 47 of file GAS_GrainObject.h.