45 #ifndef __vtkGenericContourFilter_h
46 #define __vtkGenericContourFilter_h
68 typedef double PointType[3];
73 void SetValue(
int i,
float value);
74 double GetValue(
int i);
76 void GetValues(
double *contourValues);
77 void SetNumberOfContours(
int number);
78 int GetNumberOfContours();
79 void GenerateValues(
int numContours,
double range[2]);
80 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
91 vtkSetMacro(ComputeNormals,
int);
92 vtkGetMacro(ComputeNormals,
int);
93 vtkBooleanMacro(ComputeNormals,
int);
103 vtkSetMacro(ComputeGradients,
int);
104 vtkGetMacro(ComputeGradients,
int);
105 vtkBooleanMacro(ComputeGradients,
int);
110 vtkSetMacro(ComputeScalars,
int);
111 vtkGetMacro(ComputeScalars,
int);
112 vtkBooleanMacro(ComputeScalars,
int);
124 void CreateDefaultLocator();
130 vtkGetStringMacro(InputScalarsSelection);
131 virtual void SelectInputScalars(
const char *fieldName);
149 vtkSetStringMacro(InputScalarsSelection);