Go to the documentation of this file.
33 #ifndef vtkPolyDataPointPlacer_h
34 #define vtkPolyDataPointPlacer_h
74 double worldOrient[9] );
83 double refWorldPos[3],
85 double worldOrient[9] );
99 double worldOrient[9] );
#define vtkGetObjectMacro(name, type)
vtkPropCollection * SurfaceProps
static vtkPolyDataPointPlacer * New()
Abstract interface to translate 2D display positions to world coordinates.
~vtkPolyDataPointPlacer()
virtual void AddProp(vtkProp *)
#define vtkTypeMacro(thisClass, superclass)
virtual void RemoveViewProp(vtkProp *prop)
virtual int ComputeWorldPosition(vtkRenderer *ren, double displayPos[2], double refWorldPos[3], double worldPos[3], double worldOrient[9])
virtual int ComputeWorldPosition(vtkRenderer *ren, double displayPos[2], double worldPos[3], double worldOrient[9])
Base class to place points given constraints on polygonal data.
virtual int ValidateDisplayPosition(vtkRenderer *, double displayPos[2])
a simple class to control print indentation
virtual void RemoveAllProps()
pick an actor/prop using graphics hardware
vtkPropPicker * PropPicker
abstract superclass for all actors, volumes and annotations
abstract specification for renderers
virtual int ValidateWorldPosition(double worldPos[3])
virtual int ValidateWorldPosition(double worldPos[3], double worldOrient[9])
void PrintSelf(ostream &os, vtkIndent indent)