38 #ifndef vtkCellCentersPointPlacer_h
39 #define vtkCellCentersPointPlacer_h
41 #include "vtkInteractionWidgetsModule.h"
68 virtual void AddProp(
vtkProp * );
69 virtual void RemoveViewProp(
vtkProp *prop);
70 virtual void RemoveAllProps();
72 int GetNumberOfProps();
85 double worldOrient[9] ) VTK_OVERRIDE;
95 double refWorldPos[3],
97 double worldOrient[9] ) VTK_OVERRIDE;
115 double worldOrient[9] ) VTK_OVERRIDE;
132 vtkGetMacro( Mode,
int );
137 ParametricCenter = 0,
abstract superclass for all actors, volumes and annotations
virtual int ComputeWorldPosition(vtkRenderer *ren, double displayPos[2], double worldPos[3], double worldOrient[9])
Given a renderer and a display position in pixel coordinates, compute the world position and orientat...
abstract specification for renderers
Snaps points at the center of a cell.
a simple class to control print indentation
virtual int ValidateDisplayPosition(vtkRenderer *, double displayPos[2])
Given a display position, check the validity of this position.
Abstract interface to translate 2D display positions to world coordinates.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int ValidateWorldPosition(double worldPos[3])
Given a world position check the validity of this position according to the constraints of the placer...
static vtkPointPlacer * New()
Instantiate this class.
ray-cast cell picker for all kinds of Prop3Ds
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.