Go to the documentation of this file.
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();
represent and manipulate point attribute data
cut a vtkGenericDataSet with an implicit function or scalar data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract interface for implicit functions
vtkImplicitFunction * CutFunction
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
helper object to manage setting and generating contour values
represent and manipulate cell attribute data
a simple class to control print indentation
vtkPointData * SecondaryPD
Abstract class in support of both point location and point insertion.
vtkIncrementalPointLocator * Locator
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkTypeBool GenerateCutScalars
vtkCellData * SecondaryCD
vtkPointData * InternalPD
static vtkPolyDataAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
vtkContourValues * ContourValues
Superclass for algorithms that produce only polydata as output.