31#ifndef vtkViewUpdater_h
32#define vtkViewUpdater_h
35#include "vtkViewsInfovisModule.h"
60 class vtkViewUpdaterInternals;
61 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 PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void AddAnnotationLink(vtkAnnotationLink *link)
~vtkViewUpdater() override
static vtkViewUpdater * New()
void AddView(vtkView *view)
void RemoveView(vtkView *view)
The superclass for all views.