GU_Fur Class Reference
#include <GU_Fur.h>
List of all members.
|
Public Member Functions |
| | GU_Fur (const GU_Detail *skin, const GU_Detail *guides, const GU_Detail *clumps, const GU_Detail *partinglines, int seed, fpreal density, fpreal length, fpreal clumpradius, fpreal partingradius, const UT_String &skin_shader, const UT_String &guide_shader, const UT_String &skin_attribs, const UT_String &guide_attribs, bool set_id) |
| virtual | ~GU_Fur () |
| bool | initialize (int nvertices) |
| void | generate (UT_OpCaller *caller, GU_Detail *gdp, const UT_IntArray &skinprims, fpreal display, bool use_closest_clump, GU_FurCurveType type, GEO_AttributeOwner skinowner, GEO_AttributeOwner guideowner, bool interruptable) |
| virtual void | addError (const UT_String &str)=0 |
| virtual void | addWarning (const UT_String &str)=0 |
Protected Attributes |
| guFurSkinWrapper * | mySkin |
| const GU_Detail * | myGuides |
| guFurClumpsWrapper * | myClumps |
| guFurPartingLinesWrapper * | myPartingLines |
| int | mySeed |
| fpreal | myDensity |
| fpreal | myLength |
| const UT_String | mySkinShader |
| const UT_String | myGuideShader |
| const UT_String | mySkinAttribs |
| const UT_String | myGuideAttribs |
| bool | mySetId |
| int | myNumVertices |
Detailed Description
Definition at line 71 of file GU_Fur.h.
Constructor & Destructor Documentation
| GU_Fur::GU_Fur |
( |
const GU_Detail * |
skin, |
|
|
const GU_Detail * |
guides, |
|
|
const GU_Detail * |
clumps, |
|
|
const GU_Detail * |
partinglines, |
|
|
int |
seed, |
|
|
fpreal |
density, |
|
|
fpreal |
length, |
|
|
fpreal |
clumpradius, |
|
|
fpreal |
partingradius, |
|
|
const UT_String & |
skin_shader, |
|
|
const UT_String & |
guide_shader, |
|
|
const UT_String & |
skin_attribs, |
|
|
const UT_String & |
guide_attribs, |
|
|
bool |
set_id | |
|
) |
| | |
| virtual GU_Fur::~GU_Fur |
( |
|
) |
[virtual] |
Member Function Documentation
| virtual void GU_Fur::addError |
( |
const UT_String & |
str |
) |
[pure virtual] |
| virtual void GU_Fur::addWarning |
( |
const UT_String & |
str |
) |
[pure virtual] |
| bool GU_Fur::initialize |
( |
int |
nvertices |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: