cee::ug::ContourLines
- 
class ContourLines : public RefCountedObject
 Controlling how the contour lines are drawn.
See also
Public Types
Public Functions
- 
size_t levelCount() const
 Returns the number of contour levels to be calculated.
- 
void setLevelCount(size_t count)
 Sets the number of contour levels to be calculated.
- 
unsigned int lineWidth() const
 Returns the current line width.
- 
void setLineWidth(unsigned int width)
 Sets the line width.
- 
cee::Color3f singleColor() const
 Returns the color used when color mode is set to ContourLines::SINGLE.
See also
colorMode() and ColorMode
- 
void setSingleColor(const Color3f &color)
 Sets the color to be used when color mode is set to ContourLines::SINGLE.
See also
colorMode() and ColorMode
- 
size_t levelCount() const