26 #ifndef vtkContourValues_h
27 #define vtkContourValues_h
44 void SetValue(
int i,
double value);
48 double GetValue(
int i);
56 void GetValues(
double *contourValues);
61 void SetNumberOfContours(
const int number);
64 int GetNumberOfContours();
68 void GenerateValues(
int numContours,
double range[2]);
72 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
helper object to manage setting and generating contour values
abstract base class for most VTK objects
#define VTKCOMMONMISC_EXPORT
vtkDoubleArray * Contours
dynamic, self-adjusting array of double
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation