HDK
|
#include <fieldSubtextureIdentifier.h>
Public Member Functions | |
HDST_API | HdStField3DAssetSubtextureIdentifier (TfToken const &fieldName, int fieldIndex, TfToken const &fieldPurpose) |
HDST_API std::unique_ptr < HdStSubtextureIdentifier > | Clone () const override |
HDST_API TfToken const & | GetFieldPurpose () const |
HDST_API | ~HdStField3DAssetSubtextureIdentifier () override |
Public Member Functions inherited from HdStFieldBaseSubtextureIdentifier | |
HDST_API TfToken const & | GetFieldName () const |
HDST_API int | GetFieldIndex () const |
HDST_API | ~HdStFieldBaseSubtextureIdentifier () override=0 |
Public Member Functions inherited from HdStSubtextureIdentifier | |
virtual HDST_API | ~HdStSubtextureIdentifier () |
Protected Member Functions | |
HDST_API ID | _Hash () const override |
Protected Member Functions inherited from HdStFieldBaseSubtextureIdentifier | |
HDST_API | HdStFieldBaseSubtextureIdentifier (TfToken const &fieldName, int fieldIndex) |
HDST_API ID | _Hash () const override |
Additional Inherited Members | |
Public Types inherited from HdStSubtextureIdentifier | |
using | ID = size_t |
Identifies the grid in a Field3DAsset file. Parallels Field3DAsset in usdVol.
Definition at line 66 of file fieldSubtextureIdentifier.h.
|
explicit |
C'tor
fieldName corresponds (e.g., density) to the layer/attribute name in the Field3D file fieldIndex corresponds to the partition index fieldPurpose (e.g., BigCloud) corresponds to the partition name/grouping
|
override |
Implements HdStSubtextureIdentifier.
|
overridevirtual |
Implements HdStSubtextureIdentifier.
Definition at line 89 of file fieldSubtextureIdentifier.h.