58 #ifndef vtkCameraOrientationWidget_h
59 #define vtkCameraOrientationWidget_h
62 #include "vtkInteractionWidgetsModule.h"
81 vtkSetMacro(Animate,
bool);
82 vtkGetMacro(Animate,
bool);
83 vtkBooleanMacro(Animate,
bool);
90 vtkSetClampMacro(AnimatorTotalFrames,
int, 2,
VTK_INT_MAX);
91 vtkGetMacro(AnimatorTotalFrames,
int);
121 void ComputeWidgetState(
int X,
int Y,
int modify = 0);
127 void OrientParentCamera(
double back[3],
double up[3]);
128 void OrientWidgetRepresentation();
129 void InterpolateCamera(
int t);
146 int AnimatorTotalFrames = 20;
148 int ResizeObserverTag = -1;
interpolate a series of cameras to update a new camera
abstract specification for renderers
a simple class to control print indentation
A 3D representation for vtkCameraOrientationWidget.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...