33 #ifndef __vtkPolyDataPointPlacer_h
34 #define __vtkPolyDataPointPlacer_h
36 #include "vtkInteractionWidgetsModule.h"
40 class vtkPropCollection;
53 void PrintSelf(ostream& os, vtkIndent indent);
59 virtual void AddProp( vtkProp * );
60 virtual void RemoveViewProp(vtkProp *prop);
61 virtual void RemoveAllProps();
62 int HasProp( vtkProp * );
63 int GetNumberOfProps();
74 double worldOrient[9] );
83 double refWorldPos[3],
85 double worldOrient[9] );
99 double worldOrient[9] );
104 vtkGetObjectMacro( PropPicker, vtkPropPicker );
virtual int ComputeWorldPosition(vtkRenderer *ren, double displayPos[2], double worldPos[3], double worldOrient[9])
vtkPropPicker * PropPicker
void PrintSelf(ostream &os, vtkIndent indent)
vtkPropCollection * SurfaceProps
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()