|
HDK
|
#include <topology.h>
Inheritance diagram for HdTopology: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 19 of file topology.h.
| typedef uint64_t HdTopology::ID |
Definition at line 21 of file topology.h.
|
inline |
Definition at line 23 of file topology.h.
|
inlinevirtual |
Definition at line 24 of file topology.h.
|
pure virtual |
Returns the hash value of this topology to be used for instancing.
Implemented in HdBasisCurvesTopology, and HdMeshTopology.