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);
125 void CreateDefaultLocator();
132 virtual void SelectInputScalars(
const char *fieldName);
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
#define vtkGetMacro(name, type)
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
#define VTKFILTERSGENERIC_EXPORT
GLsizei const GLfloat * value
#define vtkSetStringMacro(name)
#define vtkTypeMacro(thisClass, superclass)
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
#define vtkGetStringMacro(name)
#define vtkGetObjectMacro(name, type)
#define vtkBooleanMacro(name, type)
vtkPointData * SecondaryPD
#define vtkSetMacro(name, type)