56 #ifndef __vtkMarchingContourFilter_h
57 #define __vtkMarchingContourFilter_h
78 void SetValue(
int i,
double value);
79 double GetValue(
int i);
81 void GetValues(
double *contourValues);
82 void SetNumberOfContours(
int number);
83 int GetNumberOfContours();
84 void GenerateValues(
int numContours,
double range[2]);
85 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
96 vtkSetMacro(ComputeNormals,
int);
97 vtkGetMacro(ComputeNormals,
int);
98 vtkBooleanMacro(ComputeNormals,
int);
108 vtkSetMacro(ComputeGradients,
int);
109 vtkGetMacro(ComputeGradients,
int);
110 vtkBooleanMacro(ComputeGradients,
int);
115 vtkSetMacro(ComputeScalars,
int);
116 vtkGetMacro(ComputeScalars,
int);
117 vtkBooleanMacro(ComputeScalars,
int);
122 vtkSetMacro(UseScalarTree,
int);
123 vtkGetMacro(UseScalarTree,
int);
124 vtkBooleanMacro(UseScalarTree,
int);
136 void CreateDefaultLocator();