46 #ifndef vtkCameraOrientationWidget_h
47 #define vtkCameraOrientationWidget_h
50 #include "vtkInteractionWidgetsModule.h"
53 VTK_ABI_NAMESPACE_BEGIN
70 vtkSetMacro(Animate,
bool);
71 vtkGetMacro(Animate,
bool);
72 vtkBooleanMacro(Animate,
bool);
79 vtkSetClampMacro(AnimatorTotalFrames,
int, 2,
VTK_INT_MAX);
80 vtkGetMacro(AnimatorTotalFrames,
int);
110 void ComputeWidgetState(
int X,
int Y,
int modify = 0);
116 void OrientParentCamera(
double back[3],
double up[3]);
117 void OrientWidgetRepresentation();
118 void InterpolateCamera(
int t);
135 int AnimatorTotalFrames = 20;
137 int ResizeObserverTag = -1;
144 VTK_ABI_NAMESPACE_END
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...