29#ifndef vtkRenderViewBase_h
30#define vtkRenderViewBase_h
34#include "vtkViewsCoreModule.h"
a simple class to control print indentation
an abstract superclass for classes observing events invoked by vtkRenderWindowInteractor
A base view containing a renderer.
virtual vtkRenderWindowInteractor * GetInteractor()
The render window interactor.
~vtkRenderViewBase() override
virtual vtkRenderWindow * GetRenderWindow()
Get a handle to the render window.
static vtkRenderViewBase * New()
vtkSmartPointer< vtkRenderWindow > RenderWindow
virtual void SetInteractor(vtkRenderWindowInteractor *)
The render window interactor.
virtual void PrepareForRendering()
Called by the view when the renderer is about to render.
virtual void SetRenderer(vtkRenderer *ren)
virtual void SetRenderWindow(vtkRenderWindow *win)
Set the render window for this view.
vtkSmartPointer< vtkRenderer > Renderer
virtual void ResetCamera()
Updates the representations, then calls ResetCamera() on the renderer associated with this view.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void Render()
Updates the representations, then calls Render() on the render window associated with this view.
virtual void ResetCameraClippingRange()
Updates the representations, then calls ResetCameraClippingRange() on the renderer associated with th...
virtual vtkRenderer * GetRenderer()
Gets the renderer for this view.
platform-independent render window interaction including picking and frame rate control.
create a window for renderers to draw into
abstract specification for renderers
Hold a reference to a vtkObjectBase instance.
The superclass for all views.