Previous

Section

<<<

Isosurface Generation using VTK

Next

Section

>>>

VTK Basics

 

 

3.4.3. vtkRenderWindow

 

vtkRendererWindow displays the renderer in a window.  This object is quite complex considering all it has to do, but for this tutorial, the primary concern is getting the vtkRenderer to get added to vtkRendererWindow, begin rendering, and set an option that can enable polygon smoothing.  Please read the VTK documentation to learn more about the rich functionality of the vtkRendererWindow.

 

 

<<< Previous vtkRenderer Functions

Table of Contents

 

Next >>>

vtkRenderWindow Functions