HDK
|
#include <UN_Include.h>
Public Member Functions | |
UN_DataMergeInfo (UN_DataIDRemap &&data_id_remap, UT_Array< UN_DataIndexSpan > &&data_idx_spans) | |
Constructor. More... | |
const UT_Array < UN_DataIndexSpan > & | dataIndexSpans () const |
Returns the continous index ranges that can be block-copied. More... | |
const UN_DataIDRemap & | dataIDRemap () const |
Information about data entries merged from another map. Data buffers use this info to actually copy over the corresponding data.
Definition at line 459 of file UN_Include.h.
|
inline |
Constructor.
Definition at line 463 of file UN_Include.h.
|
inline |
Returns the data IDs remapping that occured during a merge. Maps the old ID from the merge source to the new ID in destination.
Definition at line 475 of file UN_Include.h.
|
inline |
Returns the continous index ranges that can be block-copied.
Definition at line 470 of file UN_Include.h.