15 #include "CeeUnstructGrid/Base.h" 17 #include "CeeCore/RefCountedObject.h" 18 #include "CeeCore/Color3f.h" 19 #include "CeeCore/Str.h" 61 void setTypeFilledContoursUniform(
unsigned int numColors);
62 void setTypeFilledContours(
const std::vector<double>& values);
63 void setTypeContinuous();
68 Color3f aboveRangeColor()
const;
69 void setAboveRangeColor(
const Color3f& aboveColor);
70 bool isAboveRangeMaskingEnabled()
const;
71 void enableAboveRangeMasking(
bool enableMasking);
73 Color3f belowRangeColor()
const;
74 void setBelowRangeColor(
const Color3f& belowColor);
75 bool isBelowRangeMaskingEnabled()
const;
76 void enableBelowRangeMasking(
bool enableMasking);
79 void setUndefinedColor(
const Color3f& undefinedColor);
80 bool isUndefinedMaskingEnabled()
const;
81 void enableUndefinedMasking(
bool enableMasking);
83 void setTextureSize(
unsigned int textureSize);
86 unsigned int numberOfFilledContoursColors()
const;
87 std::vector<Color3f> filledContoursColors()
const;
88 std::vector<double> filledContoursLevelValues()
const;
89 void setCustomFilledContoursColors(
const std::vector<Color3f>& levelColors);
92 std::vector<double> customContinuousValues()
const;
93 std::vector<Color3f> customContinuousColors()
const;
94 void setCustomContinuousColorsAtValues(
const std::vector<double>& values,
const std::vector<Color3f>& colorAtValues);
95 std::vector<double> customContinuousTickMarks()
const;
96 void setCustomContinuousTickMarks(
const std::vector<double>& tickMarkValues);
Black to white.
Definition: ColorMapper.h:38
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Green to brown.
Definition: ColorMapper.h:40
Blue to white to red.
Definition: ColorMapper.h:43
White to brown.
Definition: ColorMapper.h:41
Normal.
Definition: ColorMapper.h:36
Thermal 3.
Definition: ColorMapper.h:46
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34
Thermal 1.
Definition: ColorMapper.h:44
Thermal 2.
Definition: ColorMapper.h:45
Class for storing an RGB color triplet.
Definition: Color3f.h:25
Controlling the color mapping and the color setup of the legend.
Definition: ColorMapper.h:30
MappingType
MappingType of color mapper.
Definition: ColorMapper.h:51
Settings for a specific scalar result.
Definition: ScalarSettings.h:34
White to black.
Definition: ColorMapper.h:39
Filled contours color mapping, customized level values for each level.
Definition: ColorMapper.h:54
Filled contours color mapping, discrete mapping with uniform size for the legend levels.
Definition: ColorMapper.h:53
Normal inverted.
Definition: ColorMapper.h:37
ColorScheme
Color scheme used for the color mapper.
Definition: ColorMapper.h:34
Metal casting.
Definition: ColorMapper.h:42