#include <vtkSMMultiDisplayRenderModuleProxy.h>
Inheritance diagram for vtkSMMultiDisplayRenderModuleProxy:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkSMMultiDisplayRenderModuleProxy, vtkSMCompositeRenderModuleProxy) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| vtkSMMultiDisplayRenderModuleProxy * | New () |
Protected Member Functions | |
| vtkSMMultiDisplayRenderModuleProxy () | |
| ~vtkSMMultiDisplayRenderModuleProxy () | |
| virtual void | CreateCompositeManager () |
| virtual void | InitializeCompositingPipeline () |
Definition at line 25 of file vtkSMMultiDisplayRenderModuleProxy.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkSMCompositeRenderModuleProxy. |
|
||||||||||||
|
|
|
||||||||||||
|
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. |
1.3.5