HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HUSD_PrimsBucket Class Reference

#include <HUSD_Bucket.h>

+ Inheritance diagram for HUSD_PrimsBucket:

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_StringArraygetPrimPaths () 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_ExintArraygetPrimIndices () const
 Set and get primitives in the bucket, using index as prim identifier. More...
 
- Public Member Functions inherited from HUSD_Bucket
const HUSD_BucketValuegetBucketValue () const
 Accessor for the value associated with the bucket. More...
 
HUSD_BucketValuegetBucketValue ()
 Accessor for the value associated with the bucket. More...
 

Detailed Description

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.

Member Function Documentation

void HUSD_PrimsBucket::addPrimIndex ( exint  index)
inline

Set and get primitives in the bucket, using index as prim identifier.

Definition at line 85 of file HUSD_Bucket.h.

void HUSD_PrimsBucket::addPrimPath ( const UT_StringRef path)
inline

Set and get primitives in the bucket, using path as prim identifier.

Definition at line 76 of file HUSD_Bucket.h.

const UT_ExintArray& HUSD_PrimsBucket::getPrimIndices ( ) const
inline

Set and get primitives in the bucket, using index as prim identifier.

Definition at line 87 of file HUSD_Bucket.h.

const UT_StringArray& HUSD_PrimsBucket::getPrimPaths ( ) const
inline

Set and get primitives in the bucket, using path as prim identifier.

Definition at line 78 of file HUSD_Bucket.h.

void HUSD_PrimsBucket::setPrimIndices ( const UT_ExintArray indices)
inline

Set and get primitives in the bucket, using index as prim identifier.

Definition at line 83 of file HUSD_Bucket.h.

void HUSD_PrimsBucket::setPrimPaths ( const UT_StringArray paths)
inline

Set and get primitives in the bucket, using path as prim identifier.

Definition at line 74 of file HUSD_Bucket.h.


The documentation for this class was generated from the following file: