48 #ifndef vtkGenericCutter_h
49 #define vtkGenericCutter_h
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);
117 vtkSetMacro(GenerateCutScalars,
int);
118 vtkGetMacro(GenerateCutScalars,
int);
119 vtkBooleanMacro(GenerateCutScalars,
int);
131 void CreateDefaultLocator();
abstract interface for implicit functions
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)
represent and manipulate point attribute data
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
#define VTKFILTERSGENERIC_EXPORT
vtkContourValues * ContourValues
vtkPointData * InternalPD
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
vtkPointData * SecondaryPD