33 #ifndef __vtkPolyDataPointPlacer_h
34 #define __vtkPolyDataPointPlacer_h
58 virtual void AddProp(
vtkProp * );
59 virtual void RemoveViewProp(
vtkProp *prop);
60 virtual void RemoveAllProps();
62 int GetNumberOfProps();
73 double worldOrient[9] );
82 double refWorldPos[3],
84 double worldOrient[9] );
98 double worldOrient[9] );
abstract superclass for all actors, volumes and annotations
virtual int ComputeWorldPosition(vtkRenderer *ren, double displayPos[2], double worldPos[3], double worldOrient[9])
vtkPropPicker * PropPicker
pick an actor/prop using graphics hardware
abstract specification for renderers
void PrintSelf(ostream &os, vtkIndent indent)
vtkPropCollection * SurfaceProps
a simple class to control print indentation
virtual int ValidateDisplayPosition(vtkRenderer *, double displayPos[2])
Abstract interface to translate 2D display positions to world coordinates.
Base class to place points given constraints on polygonal data.
virtual int ValidateWorldPosition(double worldPos[3])
static vtkPointPlacer * New()