52 #ifndef __vtkContourFilter_h
53 #define __vtkContourFilter_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);
142 void CreateDefaultLocator();
148 void SetArrayComponent(
int );
149 int GetArrayComponent();
244 rangeStart,
double rangeEnd)