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...
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. | |
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.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.VertColorMapAggregator.VertColorMapAggregator.
|
inline |
Generated from constructor MR.VertColorMapAggregator.VertColorMapAggregator.
|
inline |
Generated from constructor MR.VertColorMapAggregator.VertColorMapAggregator.
|
inline |
get aggregated color map for active elements Generated from method MR.VertColorMapAggregator.aggregate.
|
inline |
Generated from method MR::VertColorMapAggregator::operator=.
|
inline |
erase n color map from #i Generated from method MR.VertColorMapAggregator.erase. Parameter n defaults to 1.
|
inline |
get number of accumulated color maps Generated from method MR.VertColorMapAggregator.getColorMapNumber.
|
inline |
get partial color map map by index Generated from method MR.VertColorMapAggregator.getPartialColorMap.
|
inline |
insert color map before element #i (0 - minimum priority) Generated from method MR.VertColorMapAggregator.insert.
|
inline |
add color map after all (more priority) Generated from method MR.VertColorMapAggregator.pushBack.
|
inline |
replace color map in #i position Generated from method MR.VertColorMapAggregator.replace.
|
inline |
reset all accumulated color map Generated from method MR.VertColorMapAggregator.reset.
|
inline |
set default (background) color Generated from method MR.VertColorMapAggregator.setDefaultColor.
|
inline |
set color map aggregating mode Generated from method MR.VertColorMapAggregator.setMode.