23 #ifndef vtkClientServerCompositePass_h 24 #define vtkClientServerCompositePass_h 26 #include "vtkRenderingParallelModule.h" 94 vtkGetMacro(ProcessIsServer,
bool);
105 vtkGetMacro(ServerSideRendering,
bool);
vtkClientServerCompositePass is a render-pass that can handle client-server image delivery...
vtkMultiProcessController * Controller
vtkRenderPass * PostProcessingRenderPass
window superclass for vtkRenderWindow
Context in which a vtkRenderPass will render.
a simple class to control print indentation
vtkRenderPass * RenderPass
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual void Render(const vtkRenderState *s)=0
Perform rendering according to a render state s.
virtual void ReleaseGraphicsResources(vtkWindow *w)
Release graphics resources and ask components to release their own resources.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Perform part of the rendering of a vtkRenderer.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.