Go to the documentation of this file.
26 #ifndef vtkClientServerCompositePass_h
27 #define vtkClientServerCompositePass_h
29 #include "vtkRenderingParallelModule.h"
97 vtkGetMacro(ProcessIsServer,
bool);
108 vtkGetMacro(ServerSideRendering,
bool);
void SetPostProcessingRenderPass(vtkRenderPass *)
Set/Get the optional post-fetch render pass.
window superclass for vtkRenderWindow
virtual void SetController(vtkMultiProcessController *controller)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkClientServerCompositePass * New()
vtkClientServerCompositePass is a render-pass that can handle client-server image delivery.
Multiprocessing communication superclass.
vtkMultiProcessController * Controller
a simple class to control print indentation
void ReleaseGraphicsResources(vtkWindow *w)
Release graphics resources and ask components to release their own resources.
vtkRenderPass * PostProcessingRenderPass
void SetRenderPass(vtkRenderPass *)
Get/Set the render pass used to do the actual rendering.
vtkRenderPass * RenderPass
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual void Render(const vtkRenderState *s)
Perform rendering according to a render state s.
~vtkClientServerCompositePass()
Context in which a vtkRenderPass will render.
vtkClientServerCompositePass()
Perform part of the rendering of a vtkRenderer.