#include <GU_Muscle.h>
Public Member Functions | |
| GU_Muscle () | |
| ~GU_Muscle () | |
| bool | build (GU_MuscleParms &parms, const UT_RefArray< UT_Matrix4 > &inputXforms) |
| GB_PointGroup * | getCenterPoints () |
| GB_PrimitiveGroup * | getPrimitiveGroup () |
| int | getNumPrimitives () |
| bool | getTranslates (UT_RefArray< UT_Matrix4 > &translates) |
| bool | getRotates (UT_RefArray< UT_Matrix4 > &rotates) |
| const GEO_PrimPoly * | getCenterCurve () |
Definition at line 80 of file GU_Muscle.h.
| GU_Muscle::GU_Muscle | ( | ) |
| GU_Muscle::~GU_Muscle | ( | ) | [inline] |
Definition at line 85 of file GU_Muscle.h.
| bool GU_Muscle::build | ( | GU_MuscleParms & | parms, | |
| const UT_RefArray< UT_Matrix4 > & | inputXforms | |||
| ) |
| const GEO_PrimPoly* GU_Muscle::getCenterCurve | ( | ) |
| GB_PointGroup* GU_Muscle::getCenterPoints | ( | ) | [inline] |
Definition at line 91 of file GU_Muscle.h.
| int GU_Muscle::getNumPrimitives | ( | ) | [inline] |
Definition at line 93 of file GU_Muscle.h.
| GB_PrimitiveGroup* GU_Muscle::getPrimitiveGroup | ( | ) | [inline] |
Definition at line 92 of file GU_Muscle.h.
| bool GU_Muscle::getRotates | ( | UT_RefArray< UT_Matrix4 > & | rotates | ) |
| bool GU_Muscle::getTranslates | ( | UT_RefArray< UT_Matrix4 > & | translates | ) |
1.5.9