26 #ifndef __vtkContourValues_h
27 #define __vtkContourValues_h
43 void SetValue(
int i,
double value);
47 double GetValue(
int i);
55 void GetValues(
double *contourValues);
60 void SetNumberOfContours(
const int number);
63 int GetNumberOfContours();
67 void GenerateValues(
int numContours,
double range[2]);
71 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
helper object to manage setting and generating contour values
abstract base class for most VTK objects
vtkDoubleArray * Contours
dynamic, self-adjusting array of double
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation