Go to the documentation of this file.
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);