16 #ifndef vtkClosedSurfacePointPlacer_h
17 #define vtkClosedSurfacePointPlacer_h
19 #include "vtkInteractionWidgetsModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
53 void AddBoundingPlane(
vtkPlane* plane);
54 void RemoveBoundingPlane(
vtkPlane* plane);
55 void RemoveAllBoundingPlanes();
58 void SetBoundingPlanes(
vtkPlanes* planes);
76 vtkRenderer* ren,
double displayPos[2],
double worldPos[3],
double worldOrient[9])
override;
90 double worldPos[3],
double worldOrient[9])
override;
108 vtkGetMacro(MinimumDistance,
double);
121 static double GetDistanceFromObject(
double pos[3],
vtkPlaneCollection* pc,
double closestPt[3]);
133 VTK_ABI_NAMESPACE_END
virtual int ComputeWorldPosition(vtkRenderer *ren, double displayPos[2], double worldPos[3], double worldOrient[9])
Given a renderer and a display position in pixel coordinates, compute the world position and orientat...
vtkPlaneCollection * BoundingPlanes
maintain a list of planes
implicit function for convex set of planes
abstract specification for renderers
vtkPlaneCollection * InnerBoundingPlanes
a simple class to control print indentation
Abstract interface to translate 2D display positions to world coordinates.
perform various plane computations
virtual int ValidateWorldPosition(double worldPos[3])
Given a world position check the validity of this position according to the constraints of the placer...
static vtkPointPlacer * New()
Instantiate this class.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
PointPlacer to constrain validity within a set of convex planes.