27 #ifndef __vtkClosedSurfacePointPlacer_h
28 #define __vtkClosedSurfacePointPlacer_h
30 #include "vtkInteractionWidgetsModule.h"
57 void AddBoundingPlane(
vtkPlane *plane);
58 void RemoveBoundingPlane(
vtkPlane *plane);
59 void RemoveAllBoundingPlanes();
62 void SetBoundingPlanes(
vtkPlanes *planes);
78 double worldOrient[9] );
92 double refWorldPos[2],
94 double worldOrient[9] );
105 double worldOrient[9]);
111 vtkGetMacro( MinimumDistance,
double );
124 static double GetDistanceFromObject(
double pos[3],
126 double closestPt[3]);