65 #ifndef vtkSignedDistance_h 66 #define vtkSignedDistance_h 68 #include "vtkFiltersPointsModule.h" 92 vtkGetVectorMacro(Dimensions,
int,3);
93 void SetDimensions(
int i,
int j,
int k);
94 void SetDimensions(
int dim[3]);
102 vtkSetVector6Macro(Bounds,
double);
103 vtkGetVectorMacro(Bounds,
double,6);
112 vtkGetMacro(Radius,
double);
concrete dataset represents vertices, lines, polygons, and triangle strips
compute signed distances from an input point cloud
a simple class to control print indentation
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Process a request from the executive.
abstract class to quickly locate points in 3-space
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.