HDK
|
#include <subtextureIdentifier.h>
Public Types | |
using | ID = size_t |
Public Member Functions | |
virtual HDST_API std::unique_ptr < HdStSubtextureIdentifier > | Clone () const =0 |
virtual HDST_API | ~HdStSubtextureIdentifier () |
Protected Member Functions | |
virtual ID | _Hash () const =0 |
Friends | |
HDST_API friend size_t | hash_value (const HdStSubtextureIdentifier &subId) |
Base class for additional information to identify a texture in a file that can contain several textures (e.g., frames in a movie or grids in an OpenVDB file).
Definition at line 45 of file subtextureIdentifier.h.
using HdStSubtextureIdentifier::ID = size_t |
Definition at line 48 of file subtextureIdentifier.h.
|
virtual |
|
protectedpure virtual |
|
pure virtual |
|
friend |