40 #ifndef __vtkPointPlacer_h
41 #define __vtkPointPlacer_h
68 double worldOrient[9] );
78 double refWorldPos[3],
80 double worldOrient[9] );
85 virtual int ValidateWorldPosition(
double worldPos[3] );
88 virtual int ValidateDisplayPosition(
vtkRenderer *,
double displayPos[2] );
93 virtual int ValidateWorldPosition(
double worldPos[3],
94 double worldOrient[9] );
107 double worldOrient[9] );
118 vtkSetClampMacro(PixelTolerance,
int,1,100);
119 vtkGetMacro(PixelTolerance,
int);
126 vtkGetMacro(WorldTolerance,
double);
abstract base class for most VTK objects
abstract specification for renderers
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Abstract interface to translate 2D display positions to world coordinates.
virtual int UpdateInternalState()