HDK
|
#include <topology.h>
Public Types | |
typedef uint64_t | ID |
Public Member Functions | |
HdTopology () | |
virtual | ~HdTopology () |
virtual ID | ComputeHash () const =0 |
Returns the hash value of this topology to be used for instancing. More... | |
Definition at line 36 of file topology.h.
typedef uint64_t HdTopology::ID |
Definition at line 38 of file topology.h.
|
inline |
Definition at line 40 of file topology.h.
|
inlinevirtual |
Definition at line 41 of file topology.h.
|
pure virtual |
Returns the hash value of this topology to be used for instancing.
Implemented in HdBasisCurvesTopology, and HdMeshTopology.