8 #ifndef vtkFocalPlanePointPlacer_h
9 #define vtkFocalPlanePointPlacer_h
11 #include "vtkInteractionWidgetsModule.h"
14 VTK_ABI_NAMESPACE_BEGIN
42 vtkRenderer* ren,
double displayPos[2],
double worldPos[3],
double worldOrient[9])
override;
55 double worldPos[3],
double worldOrient[9])
override;
72 vtkSetMacro(Offset,
double);
73 vtkGetMacro(Offset,
double);
81 vtkSetVector6Macro(PointBounds,
double);
82 vtkGetVector6Macro(PointBounds,
double);
89 void GetCurrentOrientation(
double worldOrient[9]);
91 double PointBounds[6];
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...
abstract specification for renderers
a simple class to control print indentation
Abstract interface to translate 2D display positions to world coordinates.
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.