40 #ifndef vtkDistancePolyDataFilter_h
41 #define vtkDistancePolyDataFilter_h
43 #include "vtkFiltersGeneralModule.h"
59 vtkGetMacro(SignedDistance,
int);
69 vtkGetMacro(NegateDistance,
int);
79 vtkGetMacro(ComputeSecondDistance,
int);
104 int ComputeSecondDistance;
Computes the signed distance from one vtkPolyData to another.
static vtkDistancePolyDataFilter * New()
vtkPolyData * GetSecondDistanceOutput()
Get the second output, which is a copy of the second input with an additional distance scalar field.
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
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.