31 #ifndef vtkDistancePolyDataFilter_h
32 #define vtkDistancePolyDataFilter_h
34 #include "vtkFiltersGeneralModule.h"
37 VTK_ABI_NAMESPACE_BEGIN
72 vtkBooleanMacro(ComputeSecondDistance,
vtkTypeBool);
91 vtkSetMacro(ComputeCellCenterDistance,
vtkTypeBool);
92 vtkGetMacro(ComputeCellCenterDistance,
vtkTypeBool);
93 vtkBooleanMacro(ComputeCellCenterDistance,
vtkTypeBool);
124 VTK_ABI_NAMESPACE_END
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.