155#ifndef vtkCameraOrientationWidget_h
156#define vtkCameraOrientationWidget_h
159#include "vtkInteractionWidgetsModule.h"
163VTK_ABI_NAMESPACE_BEGIN
181 vtkSetMacro(Animate,
bool);
182 vtkGetMacro(Animate,
bool);
183 vtkBooleanMacro(Animate,
bool);
191 vtkGetMacro(AnimatorTotalFrames,
int);
264 int AnimatorTotalFrames = 20;
265 int AnimatorCurrentFrame = 0;
266 int AnimationTimerId = -1;
268 int ResizeObserverTag = -1;
269 int ReorientObserverTag = -1;
270 int AnimationTimerObserverTag = -1;
interpolate a series of cameras to update a new camera
A 3D representation for vtkCameraOrientationWidget.
a simple class to control print indentation
Allocate and hold a VTK object.
abstract base class for most VTK objects
abstract specification for renderers
a weak reference to a vtkObject.