48 #ifndef __vtkContourGrid_h
49 #define __vtkContourGrid_h
71 void SetValue(
int i,
double value);
72 double GetValue(
int i);
74 void GetValues(
double *contourValues);
75 void SetNumberOfContours(
int number);
76 int GetNumberOfContours();
77 void GenerateValues(
int numContours,
double range[2]);
78 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
89 vtkSetMacro(ComputeNormals,
int);
90 vtkGetMacro(ComputeNormals,
int);
91 vtkBooleanMacro(ComputeNormals,
int);
101 vtkSetMacro(ComputeGradients,
int);
102 vtkGetMacro(ComputeGradients,
int);
103 vtkBooleanMacro(ComputeGradients,
int);
108 vtkSetMacro(ComputeScalars,
int);
109 vtkGetMacro(ComputeScalars,
int);
110 vtkBooleanMacro(ComputeScalars,
int);
115 vtkSetMacro(UseScalarTree,
int);
116 vtkGetMacro(UseScalarTree,
int);
117 vtkBooleanMacro(UseScalarTree,
int);
129 void CreateDefaultLocator();
205 rangeStart,
double rangeEnd)