27 #ifndef vtkContourValues_h 28 #define vtkContourValues_h 30 #include "vtkCommonMiscModule.h" 49 void SetValue(
int i,
double value);
55 double GetValue(
int i);
67 void GetValues(
double *contourValues);
74 void SetNumberOfContours(
const int number);
79 int GetNumberOfContours();
85 void GenerateValues(
int numContours,
double range[2]);
91 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...