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...
 
vtkMultiProcessController * Controller
 
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses. 
 
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. 
 
Multiprocessing communication superclass.