158#ifndef vtkCameraOrientationWidget_h
159#define vtkCameraOrientationWidget_h
162#include "vtkInteractionWidgetsModule.h"
166VTK_ABI_NAMESPACE_BEGIN
184 vtkSetMacro(Animate,
bool);
185 vtkGetMacro(Animate,
bool);
186 vtkBooleanMacro(Animate,
bool);
194 vtkGetMacro(AnimatorTotalFrames,
int);
267 int AnimatorTotalFrames = 20;
268 int AnimatorCurrentFrame = 0;
269 int AnimationTimerId = -1;
271 int ResizeObserverTag = -1;
272 int ReorientObserverTag = -1;
273 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.