vtkParallelRenderManager

Section: Visualization Toolkit Parallel Classes

Usage

vtkParallelRenderManager operates in multiple processes. It provides proper renderers and render windows for performing the parallel rendering correctly. It can also attach itself to render windows and propagate rendering events and camera views.

.SECTION Note: Many parallel rendering schemes do not correctly handle transparency. Unless otherwise documented, assume a sub class does not.

.SECTION ToDo: Synchronization/barrier primitives.

Query ranges of scalar values of objects in addition to the boundry in three-space

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

  obj = vtkParallelRenderManager

Methods

The class vtkParallelRenderManager 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 vtkParallelRenderManager class.