Go to the documentation of this file.
27 #ifndef vtkCompositeCutter_h
28 #define vtkCompositeCutter_h
30 #include "vtkFiltersCoreModule.h"
Cut composite data sets with user-specified implicit function.
Cut vtkDataSet with user-specified implicit function.
static vtkCutter * New()
Construct with user-specified implicit function; initial value of 0.0; and generating cut scalars tur...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract interface for implicit functions
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation