Go to the documentation of this file.
75 #ifndef vtkOrientationMarkerWidget_h
76 #define vtkOrientationMarkerWidget_h
78 #include "vtkInteractionWidgetsModule.h"
84 class vtkOrientationMarkerWidgetObserver;
98 virtual void SetOrientationMarker(
vtkProp *prop);
99 vtkGetObjectMacro(OrientationMarker,
vtkProp);
111 void ExecuteCameraUpdateEvent(
vtkObject *o,
unsigned long event,
void *calldata);
118 void SetInteractive(
int state);
119 vtkGetMacro(Interactive,
int);
129 void SetOutlineColor(
double r,
double g,
double b);
130 double *GetOutlineColor();
146 vtkSetVector4Macro(Viewport,
double);
147 vtkGetVector4Macro(Viewport,
double);
156 vtkSetClampMacro(Tolerance,
int,1,10);
157 vtkGetMacro(Tolerance,
int);
172 void *clientdata,
void *calldata);
175 void OnLeftButtonDown();
176 void OnLeftButtonUp();
190 int StartPosition[2];
208 int ComputeStateBasedOnPosition(
int X,
int Y,
int *pos1,
int *pos2);
211 void SetCursor(
int state);
214 void MoveWidget(
int X,
int Y);
215 void ResizeTopLeft(
int X,
int Y);
216 void ResizeTopRight(
int X,
int Y);
217 void ResizeBottomLeft(
int X,
int Y);
218 void ResizeBottomRight(
int X,
int Y);
220 void SquareRenderer();
221 void UpdateOutline();
222 void UpdateViewport();
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract base class for most VTK objects
an abstract superclass for classes observing events invoked by vtkRenderWindowInteractor
static void ProcessEvents(vtkObject *object, unsigned long event, void *clientdata, void *calldata)
Handles the char widget activation event.
virtual void SetEnabled(int)
Methods for turning the interactor observer on and off, and determining its state.
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
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