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

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

+ Inheritance diagram for MR.VertColorMapAggregator:

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ VertColorMapAggregator() [1/4]

unsafe MR.VertColorMapAggregator.VertColorMapAggregator ( )
inline

Constructs an empty (default-constructed) instance.

◆ VertColorMapAggregator() [2/4]

unsafe MR.VertColorMapAggregator.VertColorMapAggregator ( MR._ByValue_VertColorMapAggregator _other)
inline

Generated from constructor MR.VertColorMapAggregator.VertColorMapAggregator.

◆ VertColorMapAggregator() [3/4]

MR.VertColorMapAggregator.VertColorMapAggregator ( Const_VertColorMapAggregator _other)
inline

Generated from constructor MR.VertColorMapAggregator.VertColorMapAggregator.

◆ VertColorMapAggregator() [4/4]

MR.VertColorMapAggregator.VertColorMapAggregator ( VertColorMapAggregator _other)
inline

Generated from constructor MR.VertColorMapAggregator.VertColorMapAggregator.

Member Function Documentation

◆ aggregate()

unsafe MR.VertColors MR.VertColorMapAggregator.aggregate ( MR.Const_VertBitSet elementBitSet)
inline

get aggregated color map for active elements Generated from method MR.VertColorMapAggregator.aggregate.

◆ assign()

unsafe MR.VertColorMapAggregator MR.VertColorMapAggregator.assign ( MR._ByValue_VertColorMapAggregator _other)
inline

Generated from method MR.VertColorMapAggregator.operator=.

◆ erase()

unsafe void MR.VertColorMapAggregator.erase ( int i,
int? n = null )
inline

erase n color map from #i Generated from method MR.VertColorMapAggregator.erase. Parameter n defaults to 1.

◆ getColorMapNumber()

unsafe ulong MR.VertColorMapAggregator.getColorMapNumber ( )
inline

get number of accumulated color maps Generated from method MR.VertColorMapAggregator.getColorMapNumber.

◆ getPartialColorMap()

unsafe MR.ColorMapAggregator_MRVertTag.Const_PartialColorMap MR.VertColorMapAggregator.getPartialColorMap ( int i)
inline

get partial color map map by index Generated from method MR.VertColorMapAggregator.getPartialColorMap.

◆ insert()

unsafe void MR.VertColorMapAggregator.insert ( int i,
MR.ColorMapAggregator_MRVertTag.Const_PartialColorMap partitialColorMap )
inline

insert color map before element #i (0 - minimum priority) Generated from method MR.VertColorMapAggregator.insert.

◆ pushBack()

unsafe void MR.VertColorMapAggregator.pushBack ( MR.ColorMapAggregator_MRVertTag.Const_PartialColorMap partitialColorMap)
inline

add color map after all (more priority) Generated from method MR.VertColorMapAggregator.pushBack.

◆ replace()

unsafe void MR.VertColorMapAggregator.replace ( int i,
MR.ColorMapAggregator_MRVertTag.Const_PartialColorMap partitialColorMap )
inline

replace color map in #i position Generated from method MR.VertColorMapAggregator.replace.

◆ reset()

unsafe void MR.VertColorMapAggregator.reset ( )
inline

reset all accumulated color map Generated from method MR.VertColorMapAggregator.reset.

◆ setDefaultColor()

unsafe void MR.VertColorMapAggregator.setDefaultColor ( in MR.Color color)
inline

set default (background) color Generated from method MR.VertColorMapAggregator.setDefaultColor.

◆ setMode()

unsafe void MR.VertColorMapAggregator.setMode ( MR.ColorMapAggregator_MRVertTag.AggregateMode mode)
inline

set color map aggregating mode Generated from method MR.VertColorMapAggregator.setMode.


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