43#include "vtkRenderingOpenGL2Module.h"
109 void operator=(
const vtkSSAAPass&) VTK_DELETE_FUNCTION;
internal class which encapsulates OpenGL frame buffer object.
a simple class to control print indentation
Perform part of the rendering of a vtkRenderer.
Context in which a vtkRenderPass will render.
Implement Screen Space Anti Aliasing pass.
vtkSSAAPass()
Default constructor.
vtkOpenGLHelper * SSAAProgram
void ReleaseGraphicsResources(vtkWindow *w)
Release graphics resources and ask components to release their own resources.
vtkRenderPass * DelegatePass
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkSSAAPass * New()
virtual ~vtkSSAAPass()
Destructor.
virtual void Render(const vtkRenderState *s)
Perform rendering according to a render state s.
virtual void SetDelegatePass(vtkRenderPass *delegatePass)
vtkFrameBufferObject * FrameBufferObject
Graphics resources.
abstracts an OpenGL texture object.
window superclass for vtkRenderWindow