HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdStFieldBaseSubtextureIdentifier Class Referenceabstract

#include <subtextureIdentifier.h>

+ Inheritance diagram for HdStFieldBaseSubtextureIdentifier:

Public Member Functions

HDST_API TfToken constGetFieldName () 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
 

Detailed Description

Base class for information identifying a grid in a volume field file. Parallels FieldBase in usdVol.

Definition at line 72 of file subtextureIdentifier.h.

Constructor & Destructor Documentation

HDST_API HdStFieldBaseSubtextureIdentifier::~HdStFieldBaseSubtextureIdentifier ( )
overridepure virtual
HDST_API HdStFieldBaseSubtextureIdentifier::HdStFieldBaseSubtextureIdentifier ( TfToken const fieldName,
int  fieldIndex 
)
protected

Member Function Documentation

HDST_API ID HdStFieldBaseSubtextureIdentifier::_Hash ( ) const
overrideprotectedvirtual
HDST_API int HdStFieldBaseSubtextureIdentifier::GetFieldIndex ( ) const
inline

Get field index.

Definition at line 83 of file subtextureIdentifier.h.

HDST_API TfToken const& HdStFieldBaseSubtextureIdentifier::GetFieldName ( ) const
inline

Get field name.

Definition at line 78 of file subtextureIdentifier.h.


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