|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   59 #ifndef vtkClipPolyData_h 
   60 #define vtkClipPolyData_h 
   62 #include "vtkFiltersCoreModule.h"  
   87   vtkSetMacro(Value, 
double);
 
   88   vtkGetMacro(Value, 
double);
 
  136   vtkBooleanMacro(GenerateClippedOutput, 
vtkTypeBool);
 
  162   void CreateDefaultLocator();
 
  176   vtkSetMacro(OutputPointsPrecision, 
int);
 
  177   vtkGetMacro(OutputPointsPrecision, 
int);
 
  
vtkAlgorithmOutput * GetClippedOutputPort()
Return the output port (a vtkAlgorithmOutput) of the clipped output.
vtkIncrementalPointLocator * Locator
vtkTypeBool GenerateClippedOutput
vtkAlgorithmOutput * GetOutputPort()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract interface for implicit functions
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkImplicitFunction * ClipFunction
vtkTypeBool GenerateClipScalars
a simple class to control print indentation
Abstract class in support of both point location and point insertion.
int OutputPointsPrecision
clip polygonal data with user-specified implicit function or input scalar data
Proxy object to connect input/output ports.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.