37 #ifndef vtkRenderViewBase_h
38 #define vtkRenderViewBase_h
40 #include "vtkViewsCoreModule.h"
90 virtual void Render();
96 virtual void ResetCamera();
102 virtual void ResetCameraClippingRange();
111 virtual void PrepareForRendering();
vtkSmartPointer< vtkRenderWindow > RenderWindow
vtkRenderWindow * GetRenderWindow()
virtual void SetRenderWindow(vtkRenderWindow *renwin)
abstract specification for renderers
A base view containing a renderer.
an abstract superclass for classes observing events invoked by vtkRenderWindowInteractor ...
platform-independent render window interaction including picking and frame rate control.
The superclass for all views.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
create a window for renderers to draw into
vtkSmartPointer< vtkRenderer > Renderer