#include <vtkSMMPIRenderModuleProxy.h>
Inheritance diagram for vtkSMMPIRenderModuleProxy:
Public Member Functions | |
vtkTypeRevisionMacro (vtkSMMPIRenderModuleProxy, vtkSMCompositeRenderModuleProxy) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetUseCompositeCompression (int val) |
virtual void | InteractiveRender () |
virtual void | StillRender () |
Static Public Member Functions | |
vtkSMMPIRenderModuleProxy * | New () |
Protected Member Functions | |
vtkSMMPIRenderModuleProxy () | |
~vtkSMMPIRenderModuleProxy () | |
virtual void | CreateVTKObjects (int numObjects) |
virtual void | CreateCompositeManager () |
virtual void | InitializeCompositingPipeline () |
void | SetCompositer (const char *proxyname) |
This module hanldes both the cases of ParaView running Client-Server and ParaView running as a set MPI processes.
Definition at line 27 of file vtkSMMPIRenderModuleProxy.h.
|
|
|
|
|
Reimplemented from vtkSMCompositeRenderModuleProxy. |
|
|
|
Reimplemented from vtkSMCompositeRenderModuleProxy. |
|
Compression uses active pixel encoding of color and zbuffer. |
|
Render based on the interactive render parameters. This usually means LOD size, LOD geometry. Reimplemented from vtkSMCompositeRenderModuleProxy. |
|
Render based on the still render parameters. This usually means full size, full geometry. Reimplemented from vtkSMCompositeRenderModuleProxy. |
|
Given the number of objects (numObjects), class name (VTKClassName) and server ids ( this->GetServerIDs()), this methods instantiates the objects on the server(s) Reimplemented from vtkSMCompositeRenderModuleProxy. |
|
Subclasses must decide what type of CompositeManagerProxy they need. This method is called to make that decision. Subclasses are expected to add the CompositeManagerProxy as a SubProxy named "CompositeManager". Reimplemented from vtkSMCompositeRenderModuleProxy. |
|
Subclasses should override this method to intialize the Composite Manager. This is called after CreateVTKObjects(); Reimplemented from vtkSMCompositeRenderModuleProxy. |
|
|