45 #ifndef vtkGenericContourFilter_h
46 #define vtkGenericContourFilter_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();
131 vtkGetStringMacro(InputScalarsSelection);
132 virtual void SelectInputScalars(
const char *fieldName);
150 vtkSetStringMacro(InputScalarsSelection);
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
represent and manipulate point attribute data
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkContourValues * ContourValues
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
#define VTKFILTERSGENERIC_EXPORT
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
vtkIncrementalPointLocator * Locator
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
vtkCellData * SecondaryCD
vtkPointData * InternalPD
generate isocontours from input dataset
char * InputScalarsSelection
vtkPointData * SecondaryPD