45 #ifndef __vtkGenericContourFilter_h
46 #define __vtkGenericContourFilter_h
48 #include "vtkFiltersGenericModule.h"
69 typedef double PointType[3];
74 void SetValue(
int i,
float value);
75 double GetValue(
int i);
77 void GetValues(
double *contourValues);
78 void SetNumberOfContours(
int number);
79 int GetNumberOfContours();
80 void GenerateValues(
int numContours,
double range[2]);
81 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
92 vtkSetMacro(ComputeNormals,
int);
93 vtkGetMacro(ComputeNormals,
int);
94 vtkBooleanMacro(ComputeNormals,
int);
104 vtkSetMacro(ComputeGradients,
int);
105 vtkGetMacro(ComputeGradients,
int);
106 vtkBooleanMacro(ComputeGradients,
int);
111 vtkSetMacro(ComputeScalars,
int);
112 vtkGetMacro(ComputeScalars,
int);
113 vtkBooleanMacro(ComputeScalars,
int);
125 void CreateDefaultLocator();
132 virtual void SelectInputScalars(
const char *fieldName);
150 vtkSetStringMacro(InputScalarsSelection);