|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   28 #ifndef vtkClosedSurfacePointPlacer_h 
   29 #define vtkClosedSurfacePointPlacer_h 
   31 #include "vtkInteractionWidgetsModule.h"  
   64   void AddBoundingPlane(
vtkPlane* plane);
 
   65   void RemoveBoundingPlane(
vtkPlane* plane);
 
   66   void RemoveAllBoundingPlanes();
 
   69   void SetBoundingPlanes(
vtkPlanes* planes);
 
   87     vtkRenderer* ren, 
double displayPos[2], 
double worldPos[3], 
double worldOrient[9]) 
override;
 
  101     double worldPos[3], 
double worldOrient[9]) 
override;
 
  119   vtkGetMacro(MinimumDistance, 
double);
 
  132   static double GetDistanceFromObject(
double pos[3], 
vtkPlaneCollection* pc, 
double closestPt[3]);
 
  
perform various plane computations
Abstract interface to translate 2D display positions to world coordinates.
vtkPlaneCollection * BoundingPlanes
implicit function for convex set of planes
static vtkPointPlacer * New()
Instantiate this class.
a simple class to control print indentation
vtkPlaneCollection * InnerBoundingPlanes
abstract specification for renderers
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...
PointPlacer to constrain validity within a set of convex planes.
maintain a list of planes
virtual int ValidateWorldPosition(double worldPos[3])
Given a world position check the validity of this position according to the constraints of the placer...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.