HDK
|
#include <HUSD_Bucket.h>
Public Member Functions | |
void | setPrimPath (const UT_StringRef &path) |
Set and get the primitive path to which the faces belong. More... | |
const UT_StringHolder & | getPrimPath () const |
Set and get the primitive path to which the faces belong. More... | |
void | setFaceIndices (const UT_ExintArray &indices) |
Set and get the faces in the bucket. More... | |
void | addFaceIndex (exint index) |
Set and get the faces in the bucket. More... | |
const UT_ExintArray & | getFaceIndices () const |
Set and get the faces in the bucket. More... | |
Public Member Functions inherited from HUSD_Bucket | |
const HUSD_BucketValue & | getBucketValue () const |
Accessor for the value associated with the bucket. More... | |
HUSD_BucketValue & | getBucketValue () |
Accessor for the value associated with the bucket. More... | |
Represents a group of primitive faces (ie, a geometry subset) in a bucket. The faces are represented by indices into a primitive of a given path.
Definition at line 99 of file HUSD_Bucket.h.
Set and get the faces in the bucket.
Definition at line 112 of file HUSD_Bucket.h.
|
inline |
Set and get the faces in the bucket.
Definition at line 114 of file HUSD_Bucket.h.
|
inline |
Set and get the primitive path to which the faces belong.
Definition at line 105 of file HUSD_Bucket.h.
|
inline |
Set and get the faces in the bucket.
Definition at line 110 of file HUSD_Bucket.h.
|
inline |
Set and get the primitive path to which the faces belong.
Definition at line 103 of file HUSD_Bucket.h.