40 #ifndef vtkDistancePolyDataFilter_h
41 #define vtkDistancePolyDataFilter_h
43 #include "vtkFiltersGeneralModule.h"
80 vtkBooleanMacro(ComputeSecondDistance,
vtkTypeBool);
99 vtkSetMacro(ComputeCellCenterDistance,
vtkTypeBool);
100 vtkGetMacro(ComputeCellCenterDistance,
vtkTypeBool);
101 vtkBooleanMacro(ComputeCellCenterDistance,
vtkTypeBool);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Computes the signed distance from one vtkPolyData to another.
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.