34#ifndef vtkPolyDataPointPlacer_h
35#define vtkPolyDataPointPlacer_h
37#include "vtkInteractionWidgetsModule.h"
79 vtkRenderer* ren,
double displayPos[2],
double worldPos[3],
double worldOrient[9])
override;
88 double worldPos[3],
double worldOrient[9])
override;
a simple class to control print indentation
Abstract interface to translate 2D display positions to world coordinates.
Base class to place points given constraints on polygonal data.
vtkPropCollection * SurfaceProps
virtual void RemoveAllProps()
virtual void RemoveViewProp(vtkProp *prop)
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
int ValidateDisplayPosition(vtkRenderer *, double displayPos[2]) override
Given a display position, check the validity of this position.
static vtkPolyDataPointPlacer * New()
Instantiate 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...
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...
~vtkPolyDataPointPlacer() override
int ValidateWorldPosition(double worldPos[3]) override
Given a world position check the validity of this position according to the constraints of the placer...
virtual void AddProp(vtkProp *)
vtkPropPicker * PropPicker
pick an actor/prop using graphics hardware
abstract superclass for all actors, volumes and annotations
abstract specification for renderers