|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   38 #ifndef vtkCellCentersPointPlacer_h 
   39 #define vtkCellCentersPointPlacer_h 
   41 #include "vtkInteractionWidgetsModule.h"  
   69   virtual void RemoveViewProp(
vtkProp* prop);
 
   70   virtual void RemoveAllProps();
 
   72   int GetNumberOfProps();
 
   83     vtkRenderer* ren, 
double displayPos[2], 
double worldPos[3], 
double worldOrient[9]) 
override;
 
   92     double worldPos[3], 
double worldOrient[9]) 
override;
 
  125   vtkSetMacro(Mode, 
int);
 
  126   vtkGetMacro(Mode, 
int);
 
  131     ParametricCenter = 0,
 
  
Snaps points at the center of a cell.
Abstract interface to translate 2D display positions to world coordinates.
virtual int ValidateDisplayPosition(vtkRenderer *, double displayPos[2])
Given a display position, check the validity of this position.
vtkCellPicker * CellPicker
vtkPropCollection * PickProps
static vtkPointPlacer * New()
Instantiate this class.
a simple class to control print indentation
abstract superclass for all actors, volumes and annotations
abstract specification for renderers
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...
ray-cast cell picker for all kinds of Prop3Ds
virtual int ValidateWorldPosition(double worldPos[3])
Given a world position check the validity of this position according to the constraints of the placer...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.