33 #ifndef vtkPolyDataPointPlacer_h
34 #define vtkPolyDataPointPlacer_h
59 virtual void AddProp(
vtkProp * );
60 virtual void RemoveViewProp(
vtkProp *prop);
61 virtual void RemoveAllProps();
63 int GetNumberOfProps();
74 double worldOrient[9] );
83 double refWorldPos[3],
85 double worldOrient[9] );
99 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()