20 #ifndef vtkFocalPlanePointPlacer_h
21 #define vtkFocalPlanePointPlacer_h
23 #include "vtkInteractionWidgetsModule.h"
55 double worldOrient[9] );
69 double refWorldPos[3],
71 double worldOrient[9] );
80 double worldOrient[9]);
90 vtkGetMacro( Offset,
double );
98 vtkSetVector6Macro( PointBounds,
double );
99 vtkGetVector6Macro( PointBounds,
double );
108 double PointBounds[6];
int ValidateWorldPosition(double worldPos[3], double worldOrient[9])
Given a world position and a world orientation, validate it according to the constraints of the place...
int ValidateWorldPosition(double worldPos[3])
Validate a world position.
int ComputeWorldPosition(vtkRenderer *ren, double displayPos[2], double refWorldPos[3], double worldPos[3], double worldOrient[9])
Given a renderer, a display position, and a reference world position, compute a new world position.
void GetCurrentOrientation(double worldOrient[9])
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...
static vtkFocalPlanePointPlacer * New()
Instantiate this class.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
~vtkFocalPlanePointPlacer()
vtkFocalPlanePointPlacer()
a simple class to control print indentation
Abstract interface to translate 2D display positions to world coordinates.
abstract specification for renderers
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.