15 #include "CeeUnstructGrid/Base.h" 17 #include "CeeCore/RefCountedObject.h" 18 #include "CeeCore/Color3f.h" 19 #include "CeeCore/Str.h" 43 size_t levelCount()
const;
44 void setLevelCount(
size_t count);
46 unsigned int lineWidth()
const;
47 void setLineWidth(
unsigned int width);
53 void setSingleColor(
const Color3f& color);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
ColorMode
Color scheme used for coloring the contour lines.
Definition: ContourLines.h:34
Single color.
Definition: ContourLines.h:36
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34
Class for storing an RGB color triplet.
Definition: Color3f.h:25
Controlling how the contour lines are drawn.
Definition: ContourLines.h:30
Settings for a specific scalar result.
Definition: ScalarSettings.h:34