Go to the documentation of this file.
72 #ifndef vtkOrientationMarkerWidget_h
73 #define vtkOrientationMarkerWidget_h
75 #include "vtkInteractionWidgetsModule.h"
81 class vtkOrientationMarkerWidgetObserver;
96 vtkGetObjectMacro(OrientationMarker,
vtkProp);
143 vtkSetVector4Macro(Viewport,
double);
144 vtkGetVector4Macro(Viewport,
double);
153 vtkSetClampMacro(Tolerance,
int,1,10);
154 vtkGetMacro(Tolerance,
int);
177 void *clientdata,
void *calldata);
195 int StartPosition[2];
241 void SetupWindowInteraction();
243 void TearDownWindowInteraction();
abstract base class for most VTK objects
an abstract superclass for classes observing events invoked by vtkRenderWindowInteractor
a simple class to control print indentation
abstract superclass for all actors, volumes and annotations
a actor that draws 2D data
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips