45 #ifndef __vtkGenericContourFilter_h
46 #define __vtkGenericContourFilter_h
48 #include "vtkFiltersGenericModule.h"
49 #include "vtkPolyDataAlgorithm.h"
51 class vtkContourValues;
52 class vtkIncrementalPointLocator;
60 vtkPolyDataAlgorithm);
62 void PrintSelf(ostream& os, vtkIndent indent);
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);
85 unsigned long GetMTime();
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);
119 void SetLocator(vtkIncrementalPointLocator *locator);
120 vtkGetObjectMacro(Locator,vtkIncrementalPointLocator);
125 void CreateDefaultLocator();
131 vtkGetStringMacro(InputScalarsSelection);
132 virtual void SelectInputScalars(
const char *fieldName);
139 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
141 int FillInputPortInformation(
int, vtkInformation*);
150 vtkSetStringMacro(InputScalarsSelection);
vtkContourValues * ContourValues
vtkIncrementalPointLocator * Locator
vtkCellData * SecondaryCD
vtkPointData * InternalPD
generate isocontours from input dataset
char * InputScalarsSelection
vtkPointData * SecondaryPD