vtkOutputWindow

Section: Visualization Toolkit Common Classes

Usage

This class is used to encapsulate all text output, so that it will work with operating systems that have a stdout and stderr, and ones that do not. (i.e windows does not). Sub-classes can be provided which can redirect the output to a window.

To create an instance of class vtkOutputWindow, simply invoke its constructor as follows

  obj = vtkOutputWindow

Methods

The class vtkOutputWindow has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkOutputWindow class.