33 #ifndef __vtkViewUpdater_h
34 #define __vtkViewUpdater_h
36 #include "vtkViewsInfovisModule.h"
37 #include "vtkObject.h"
39 class vtkAnnotationLink;
47 void PrintSelf(ostream& os, vtkIndent indent);
52 void AddAnnotationLink(vtkAnnotationLink* link);
63 class vtkViewUpdaterInternals;
64 vtkViewUpdaterInternals* Internals;
The superclass for all views.
Updates views automatically.