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);
154 ~vtkSignedDistance() VTK_OVERRIDE;
166 vtkInformationVector *) VTK_OVERRIDE;
167 int RequestData (vtkInformation *,
168 vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
169 int FillInputPortInformation(
int, vtkInformation*) VTK_OVERRIDE;
172 vtkSignedDistance(const vtkSignedDistance&) VTK_DELETE_FUNCTION;
173 void operator=(const vtkSignedDistance&) VTK_DELETE_FUNCTION;
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.