18#ifndef vtkPHardwareSelector_h 
   19#define vtkPHardwareSelector_h 
   22#include "vtkRenderingParallelModule.h"  
   24VTK_ABI_NAMESPACE_BEGIN
 
   38  vtkSetMacro(ProcessIsRoot, 
bool);
 
   39  vtkGetMacro(ProcessIsRoot, 
bool);
 
   40  vtkBooleanMacro(ProcessIsRoot, 
bool);
 
   65  friend class vtkObserver;
 
   66  vtkObserver* Observer;
 
a simple class to control print indentation
 
implements the device specific code of vtkOpenGLHardwareSelector.
 
vtkHardwareSelector useful for parallel rendering.
 
bool CaptureBuffers() override
Overridden to only allow the superclass implementation on the root node.
 
~vtkPHardwareSelector() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
static vtkPHardwareSelector * New()