Go to the documentation of this file.
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;
static vtkDistancePolyDataFilter * New()
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.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
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.