41 #ifndef vtkCellCentersPointPlacer_h
42 #define vtkCellCentersPointPlacer_h
44 #include "vtkInteractionWidgetsModule.h"
47 VTK_ABI_NAMESPACE_BEGIN
87 vtkRenderer* ren,
double displayPos[2],
double worldPos[3],
double worldOrient[9])
override;
96 double worldPos[3],
double worldOrient[9])
override;
129 vtkSetMacro(Mode,
int);
130 vtkGetMacro(Mode,
int);
135 ParametricCenter = 0,
155 VTK_ABI_NAMESPACE_END
Snaps points at the center of a cell.
int ComputeWorldPosition(vtkRenderer *ren, double displayPos[2], double refWorldPos[3], double worldPos[3], double worldOrient[9]) override
Given a renderer, a display position, and a reference world position, compute the new world position ...
int ValidateWorldPosition(double worldPos[3], double worldOrient[9]) override
Given a world position and a world orientation, validate it according to the constraints of the place...
vtkCellCentersPointPlacer()
virtual void RemoveViewProp(vtkProp *prop)
static vtkCellCentersPointPlacer * New()
Instantiate this class.
virtual void RemoveAllProps()
int ValidateDisplayPosition(vtkRenderer *, double displayPos[2]) override
Given a display position, check the validity of this position.
vtkPropCollection * PickProps
virtual void AddProp(vtkProp *)
int ValidateWorldPosition(double worldPos[3]) override
Given a world position check the validity of this position according to the constraints of the placer...
vtkCellPicker * CellPicker
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
int ComputeWorldPosition(vtkRenderer *ren, double displayPos[2], double worldPos[3], double worldOrient[9]) override
Given a renderer and a display position in pixel coordinates, compute the world position and orientat...
~vtkCellCentersPointPlacer() override
ray-cast cell picker for all kinds of Prop3Ds
a simple class to control print indentation
Abstract interface to translate 2D display positions to world coordinates.
abstract superclass for all actors, volumes and annotations
abstract specification for renderers