|
HDK
|
#include <UN_CustomData.h>
Inheritance diagram for UN_CustomData:Public Member Functions | |
| UN_CustomData ()=default | |
| Constructor and destructor. More... | |
| virtual | ~UN_CustomData ()=default |
| const UN_DataIndexMap * | indexMap () const |
Container for custom data in UN. It is intended to hold vectorized buffers indexed by data index value. However, the UN API functions and methods usually operate on data IDs, so this class provides a mapping from an ID to an INDEX.
Definition at line 31 of file UN_CustomData.h.
|
default |
Constructor and destructor.
|
virtualdefault |
|
inline |
Returns an index map used for mapping IDs to indices. Used by sub-classes to map an ID to an INDEX.
Definition at line 40 of file UN_CustomData.h.