HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UN_DataMergeInfo Class Reference

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

Detailed Description

Information about data entries merged from another map. Data buffers use this info to actually copy over the corresponding data.

Definition at line 451 of file UN_Include.h.

Constructor & Destructor Documentation

UN_DataMergeInfo::UN_DataMergeInfo ( UN_DataIDRemap &&  data_id_remap,
UT_Array< UN_DataIndexSpan > &&  data_idx_spans 
)
inline

Constructor.

Definition at line 455 of file UN_Include.h.

Member Function Documentation

const UN_DataIDRemap& UN_DataMergeInfo::dataIDRemap ( ) const
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 467 of file UN_Include.h.

const UT_Array< UN_DataIndexSpan >& UN_DataMergeInfo::dataIndexSpans ( ) const
inline

Returns the continous index ranges that can be block-copied.

Definition at line 462 of file UN_Include.h.


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