59 #ifndef vtkDistancePolyDataFilter_h
60 #define vtkDistancePolyDataFilter_h
62 #include "vtkFiltersGeneralModule.h"
65 VTK_ABI_NAMESPACE_BEGIN
141 VTK_ABI_NAMESPACE_END
Computes the signed distance from one vtkPolyData to another.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkDistancePolyDataFilter * New()
vtkPolyData * GetSecondDistanceOutput()
Get the second output, which is a copy of the second input with an additional distance scalar field.
void GetPolyDataDistance(vtkPolyData *, vtkPolyData *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDistancePolyDataFilter()
~vtkDistancePolyDataFilter() override
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips