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);
143 vtkGetMacro(GenerateCutScalars,
int);
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
represent and manipulate point attribute data
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
vtkTypeUInt64 vtkMTimeType
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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.