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);
virtual void ReleaseGraphicsResources(vtkWindow *w)
Release graphics resources and ask components to release their own resources.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual void Render(const vtkRenderState *s)=0
Perform rendering according to a render state s.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
window superclass for vtkRenderWindow
Multiprocessing communication superclass.
vtkMultiProcessController * Controller
a simple class to control print indentation
vtkRenderPass * PostProcessingRenderPass
vtkRenderPass * RenderPass
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
Context in which a vtkRenderPass will render.
Perform part of the rendering of a vtkRenderer.