 |
VTK
9.0.1
|
Go to the documentation of this file.
46 #ifndef vtkGenericCutter_h
47 #define vtkGenericCutter_h
49 #include "vtkFiltersGenericModule.h"
75 void SetValue(
int i,
double value);
80 double GetValue(
int i);
93 void GetValues(
double* contourValues);
100 void SetNumberOfContours(
int number);
111 void GenerateValues(
int numContours,
double range[2]);
117 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
157 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.