18#ifndef vtkViewUpdater_h 
   19#define vtkViewUpdater_h 
   22#include "vtkViewsInfovisModule.h"  
   24VTK_ABI_NAMESPACE_BEGIN
 
   48  class vtkViewUpdaterInternals;
 
   49  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.