HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UN_CustomData Class Referenceabstract

#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_DataIndexMapindexMap () const
 

Detailed Description

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.

Constructor & Destructor Documentation

UN_CustomData::UN_CustomData ( )
default

Constructor and destructor.

virtual UN_CustomData::~UN_CustomData ( )
virtualdefault

Member Function Documentation

const UN_DataIndexMap* UN_CustomData::indexMap ( ) const
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.


The documentation for this class was generated from the following file: