15 #ifndef vtkContourValues_h
16 #define vtkContourValues_h
18 #include "vtkCommonMiscModule.h"
21 VTK_ABI_NAMESPACE_BEGIN
38 void SetValue(
int i,
double value);
44 double GetValue(
int i);
56 void GetValues(
double* contourValues);
63 void SetNumberOfContours(
int number);
68 int GetNumberOfContours();
74 void GenerateValues(
int numContours,
double range[2]);
80 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
helper object to manage setting and generating contour values
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDoubleArray * Contours
dynamic, self-adjusting array of double
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...