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