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;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.