48 #ifndef __vtkGenericCutter_h
49 #define __vtkGenericCutter_h
51 #include "vtkFiltersGenericModule.h"
56 class vtkImplicitFunction;
65 void PrintSelf(ostream& os, vtkIndent indent);
73 void SetValue(
int i,
double value);
76 double GetValue(
int i);
85 void GetValues(
double *contourValues);
90 void SetNumberOfContours(
int number);
93 int GetNumberOfContours();
97 void GenerateValues(
int numContours,
double range[2]);
101 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
105 unsigned long GetMTime();
109 virtual void SetCutFunction(vtkImplicitFunction*);
110 vtkGetObjectMacro(CutFunction,vtkImplicitFunction);
117 vtkSetMacro(GenerateCutScalars,
int);
118 vtkGetMacro(GenerateCutScalars,
int);
119 vtkBooleanMacro(GenerateCutScalars,
int);
131 void CreateDefaultLocator();
139 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
cut a vtkGenericDataSet with an implicit function or scalar data
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
represent and manipulate cell attribute data
vtkCellData * SecondaryCD
Abstract class in support of both point location and point insertion.
vtkImplicitFunction * CutFunction
vtkContourValues * ContourValues
vtkPointData * InternalPD
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
vtkIncrementalPointLocator * Locator
Superclass for algorithms that produce only polydata as output.
vtkPointData * SecondaryPD