34#ifndef vtkViewUpdater_h
35#define vtkViewUpdater_h
37#include "vtkViewsInfovisModule.h"
63 class vtkViewUpdaterInternals;
64 vtkViewUpdaterInternals* Internals;
An algorithm for linking annotations among objects.
a simple class to control print indentation
abstract base class for most VTK objects
Updates views automatically.
void AddAnnotationLink(vtkAnnotationLink *link)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkViewUpdater * New()
void AddView(vtkView *view)
void RemoveView(vtkView *view)
The superclass for all views.