Go to the documentation of this file.
40 #ifndef vtkDistancePolyDataFilter_h
41 #define vtkDistancePolyDataFilter_h
43 #include "vtkFiltersGeneralModule.h"
void GetPolyDataDistance(vtkPolyData *, vtkPolyData *)
static vtkDistancePolyDataFilter * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Computes the signed distance from one vtkPolyData to another.
~vtkDistancePolyDataFilter() override
vtkDistancePolyDataFilter()
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.
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkPolyData * GetSecondDistanceOutput()
Get the second output, which is a copy of the second input with an additional distance scalar field.
Superclass for algorithms that produce only polydata as output.