40 #ifndef vtkCellCentersPointPlacer_h
41 #define vtkCellCentersPointPlacer_h
66 virtual void AddProp(
vtkProp * );
67 virtual void RemoveViewProp(
vtkProp *prop);
68 virtual void RemoveAllProps();
70 int GetNumberOfProps();
81 double worldOrient[9] );
90 double refWorldPos[3],
92 double worldOrient[9] );
106 double worldOrient[9] );
119 vtkSetMacro( Mode,
int );
120 vtkGetMacro( Mode,
int );
125 ParametricCenter = 0,
abstract superclass for all actors, volumes and annotations
virtual int ComputeWorldPosition(vtkRenderer *ren, double displayPos[2], double worldPos[3], double worldOrient[9])
abstract specification for renderers
void PrintSelf(ostream &os, vtkIndent indent)
vtkCellPicker * CellPicker
Snaps points at the center of a cell.
a simple class to control print indentation
virtual int ValidateDisplayPosition(vtkRenderer *, double displayPos[2])
Abstract interface to translate 2D display positions to world coordinates.
vtkPropCollection * PickProps
virtual int ValidateWorldPosition(double worldPos[3])
static vtkPointPlacer * New()
ray-cast cell picker for all kinds of Prop3Ds