49 #ifndef vtkGenericCutter_h 50 #define vtkGenericCutter_h 52 #include "vtkFiltersGenericModule.h" 78 void SetValue(
int i,
double value);
83 double GetValue(
int i);
96 void GetValues(
double *contourValues);
103 void SetNumberOfContours(
int number);
108 int GetNumberOfContours();
114 void GenerateValues(
int numContours,
double range[2]);
120 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
160 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
vtkTypeBool GenerateCutScalars
represent and manipulate point attribute data
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
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()
vtkIncrementalPointLocator * Locator
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkPointData * SecondaryPD
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.