25#ifndef vtkClearRGBPass_h
26#define vtkClearRGBPass_h
29#include "vtkRenderingOpenGL2Module.h"
50 vtkSetVector3Macro(Background,
double);
51 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.