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

#include <HUSD_Bucket.h>

+ Inheritance diagram for HUSD_FacesBucket:

Public Member Functions

void setPrimPath (const UT_StringRef &path)
 Set and get the primitive path to which the faces belong. More...
 
const UT_StringHoldergetPrimPath () 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_ExintArraygetFaceIndices () const
 Set and get the faces in the bucket. 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 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.

Member Function Documentation

void HUSD_FacesBucket::addFaceIndex ( exint  index)
inline

Set and get the faces in the bucket.

Definition at line 112 of file HUSD_Bucket.h.

const UT_ExintArray& HUSD_FacesBucket::getFaceIndices ( ) const
inline

Set and get the faces in the bucket.

Definition at line 114 of file HUSD_Bucket.h.

const UT_StringHolder& HUSD_FacesBucket::getPrimPath ( ) const
inline

Set and get the primitive path to which the faces belong.

Definition at line 105 of file HUSD_Bucket.h.

void HUSD_FacesBucket::setFaceIndices ( const UT_ExintArray indices)
inline

Set and get the faces in the bucket.

Definition at line 110 of file HUSD_Bucket.h.

void HUSD_FacesBucket::setPrimPath ( const UT_StringRef path)
inline

Set and get the primitive path to which the faces belong.

Definition at line 103 of file HUSD_Bucket.h.


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