MeshLib C# Docs
Loading...
Searching...
No Matches
MR.UndirEdgeColorMapAggregator Class Reference

Class for aggregate several color map in one Color maps are aggregated according order Generated from class MR.UndirEdgeColorMapAggregator. This is the non-const half of the class. More...

+ Inheritance diagram for MR.UndirEdgeColorMapAggregator:

Public Member Functions

unsafe UndirEdgeColorMapAggregator ()
 Constructs an empty (default-constructed) instance.
 
unsafe UndirEdgeColorMapAggregator (MR._ByValue_UndirEdgeColorMapAggregator _other)
 Generated from constructor MR.UndirEdgeColorMapAggregator.UndirEdgeColorMapAggregator.
 
unsafe MR.UndirEdgeColorMapAggregator assign (MR._ByValue_UndirEdgeColorMapAggregator _other)
 Generated from method MR.UndirEdgeColorMapAggregator.operator=.
 
unsafe void setDefaultColor (in MR.Color color)
 set default (background) color Generated from method MR.UndirEdgeColorMapAggregator.setDefaultColor.
 
unsafe void pushBack (MR.ColorMapAggregator_MRUndirectedEdgeTag.Const_PartialColorMap partitialColorMap)
 add color map after all (more priority) Generated from method MR.UndirEdgeColorMapAggregator.pushBack.
 
unsafe void insert (int i, MR.ColorMapAggregator_MRUndirectedEdgeTag.Const_PartialColorMap partitialColorMap)
 insert color map before element #i (0 - minimum priority) Generated from method MR.UndirEdgeColorMapAggregator.insert.
 
unsafe void replace (int i, MR.ColorMapAggregator_MRUndirectedEdgeTag.Const_PartialColorMap partitialColorMap)
 replace color map in #i position Generated from method MR.UndirEdgeColorMapAggregator.replace.
 
unsafe void reset ()
 reset all accumulated color map Generated from method MR.UndirEdgeColorMapAggregator.reset.
 
unsafe ulong getColorMapNumber ()
 get number of accumulated color maps Generated from method MR.UndirEdgeColorMapAggregator.getColorMapNumber.
 
unsafe MR.ColorMapAggregator_MRUndirectedEdgeTag.Const_PartialColorMap getPartialColorMap (int i)
 get partial color map map by index Generated from method MR.UndirEdgeColorMapAggregator.getPartialColorMap.
 
unsafe void erase (int i, int? n=null)
 erase n color map from #i Generated from method MR.UndirEdgeColorMapAggregator.erase. Parameter n defaults to 1.
 
unsafe void setMode (MR.ColorMapAggregator_MRUndirectedEdgeTag.AggregateMode mode)
 set color map aggregating mode Generated from method MR.UndirEdgeColorMapAggregator.setMode.
 
unsafe MR.UndirectedEdgeColors aggregate (MR.Const_UndirectedEdgeBitSet elementBitSet)
 get aggregated color map for active elements Generated from method MR.UndirEdgeColorMapAggregator.aggregate.
 
- Public Member Functions inherited from MR.Const_UndirEdgeColorMapAggregator
virtual void Dispose ()
 
unsafe Const_UndirEdgeColorMapAggregator ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_UndirEdgeColorMapAggregator (MR._ByValue_UndirEdgeColorMapAggregator _other)
 Generated from constructor MR.UndirEdgeColorMapAggregator.UndirEdgeColorMapAggregator.
 

Additional Inherited Members

- Protected Member Functions inherited from MR.Const_UndirEdgeColorMapAggregator
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_UndirEdgeColorMapAggregator >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_UndirEdgeColorMapAggregator >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Detailed Description

Class for aggregate several color map in one Color maps are aggregated according order Generated from class MR.UndirEdgeColorMapAggregator. This is the non-const half of the class.


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