31 #ifndef vtkTensorProbeRepresentation_h
32 #define vtkTensorProbeRepresentation_h
34 #include "vtkInteractionWidgetsModule.h"
65 vtkSetVector3Macro(ProbePosition,
double);
66 vtkGetVector3Macro(ProbePosition,
double);
85 virtual int SelectProbe(
int pos[2]) = 0;
92 virtual int Move(
double motionVector[2]);
106 void FindClosestPointOnPolyline(
107 double displayPos[2],
double closestWorldPos[3],
vtkIdType& cellId,
int maxSpeed = 10);
112 double ProbePosition[3];
represents an object (geometry & properties) in a rendered scene
Abstract class that serves as a representation for vtkTensorProbeWidget.
abstract specification for Viewports
vtkActor * TrajectoryActor
concrete dataset represents vertices, lines, polygons, and triangle strips
provides thread-safe access to cells
vtkPolyDataMapper * TrajectoryMapper
window superclass for vtkRenderWindow
a simple class to control print indentation
map vtkPolyData to graphics primitives