HDK
|
#include <subtextureIdentifier.h>
Public Member Functions | |
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 std::unique_ptr < HdStSubtextureIdentifier > | Clone () const =0 |
virtual HDST_API | ~HdStSubtextureIdentifier () |
Protected Member Functions | |
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 |
Base class for information identifying a grid in a volume field file. Parallels FieldBase in usdVol.
Definition at line 72 of file subtextureIdentifier.h.
|
overridepure virtual |
|
protected |
Implements HdStSubtextureIdentifier.
Get field index.
Definition at line 83 of file subtextureIdentifier.h.
Get field name.
Definition at line 78 of file subtextureIdentifier.h.