48 #ifndef __vtkGenericCutter_h
49 #define __vtkGenericCutter_h
72 void SetValue(
int i,
double value);
75 double GetValue(
int i);
84 void GetValues(
double *contourValues);
89 void SetNumberOfContours(
int number);
92 int GetNumberOfContours();
96 void GenerateValues(
int numContours,
double range[2]);
100 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
116 vtkSetMacro(GenerateCutScalars,
int);
117 vtkGetMacro(GenerateCutScalars,
int);
118 vtkBooleanMacro(GenerateCutScalars,
int);
130 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
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