13#ifndef vtkClearRGBPass_h 
   14#define vtkClearRGBPass_h 
   17#include "vtkRenderingOpenGL2Module.h"  
   19VTK_ABI_NAMESPACE_BEGIN
 
   39  vtkSetVector3Macro(Background, 
double);
 
   40  vtkGetVector3Macro(Background, 
double);
 
Paint in the color buffer.
 
void Render(const vtkRenderState *s) override
Perform rendering according to a render state s.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
static vtkClearRGBPass * New()
 
~vtkClearRGBPass() override
Destructor.
 
vtkClearRGBPass()
Default constructor.
 
a simple class to control print indentation
 
Perform part of the rendering of a vtkRenderer.
 
Context in which a vtkRenderPass will render.