32#ifndef vtkOpenGLFXAAPass_h
33#define vtkOpenGLFXAAPass_h
39#include "vtkRenderingOpenGL2Module.h"
Configuration for FXAA implementations.
Convenient class for post-processing passes.
a simple class to control print indentation
Allocate and hold a VTK object.
Render pass calling the FXAA filter.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetFXAAOptions(vtkFXAAOptions *)
~vtkOpenGLFXAAPass() override
void Render(const vtkRenderState *s) override
Perform rendering according to a render state.
vtkOpenGLFXAAPass()=default
vtkNew< vtkOpenGLFXAAFilter > FXAAFilter
Graphics resources.
static vtkOpenGLFXAAPass * New()
Context in which a vtkRenderPass will render.