HDK
|
#include <HUSD_Bucket.h>
Public Member Functions | |
void | setPrimPaths (const UT_StringArray &paths) |
Set and get primitives in the bucket, using path as prim identifier. More... | |
void | addPrimPath (const UT_StringRef &path) |
Set and get primitives in the bucket, using path as prim identifier. More... | |
const UT_StringArray & | getPrimPaths () const |
Set and get primitives in the bucket, using path as prim identifier. More... | |
void | setPrimIndices (const UT_ExintArray &indices) |
Set and get primitives in the bucket, using index as prim identifier. More... | |
void | addPrimIndex (exint index) |
Set and get primitives in the bucket, using index as prim identifier. More... | |
const UT_ExintArray & | getPrimIndices () const |
Set and get primitives in the bucket, using index as prim identifier. 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 primitives in a bucket. The primitives can be represented using paths and/or indices.
Definition at line 70 of file HUSD_Bucket.h.
Set and get primitives in the bucket, using index as prim identifier.
Definition at line 85 of file HUSD_Bucket.h.
|
inline |
Set and get primitives in the bucket, using path as prim identifier.
Definition at line 76 of file HUSD_Bucket.h.
|
inline |
Set and get primitives in the bucket, using index as prim identifier.
Definition at line 87 of file HUSD_Bucket.h.
|
inline |
Set and get primitives in the bucket, using path as prim identifier.
Definition at line 78 of file HUSD_Bucket.h.
|
inline |
Set and get primitives in the bucket, using index as prim identifier.
Definition at line 83 of file HUSD_Bucket.h.
|
inline |
Set and get primitives in the bucket, using path as prim identifier.
Definition at line 74 of file HUSD_Bucket.h.