|
HDK
|
Include dependency graph for UN_NodeData.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UN_NodeData |
| class | UN_NodeData::IDIterator |
| Iterator for traversing valid node IDs. More... | |
| class | UN_NodeData::OrderedIDIterator |
| Iterator for traversing valid node IDs in an ascending order. More... | |
Typedefs | |
| using | UN_CustomNodeData = UN_CustomDataT< UN_NodeID, UN_NodeIndex > |
| using | UN_CustomNodeDataPtr = UT_UniquePtr< UN_CustomNodeData > |
| using | UN_GenericNodeDataBufferRef = UN_GenericDataBufferRef< UN_NodeData, UN_NodeID > |
| Convenience typedef for a generic data buffer reference on node data. More... | |
| using UN_CustomNodeData = UN_CustomDataT< UN_NodeID, UN_NodeIndex > |
Definition at line 23 of file UN_NodeData.h.
| using UN_CustomNodeDataPtr = UT_UniquePtr< UN_CustomNodeData > |
Definition at line 24 of file UN_NodeData.h.
| using UN_GenericNodeDataBufferRef = UN_GenericDataBufferRef<UN_NodeData, UN_NodeID> |
Convenience typedef for a generic data buffer reference on node data.
Definition at line 28 of file UN_NodeData.h.