24#ifndef vtkFXAAOptions_h
25#define vtkFXAAOptions_h
27#include "vtkRenderingCoreModule.h"
46 FXAA_DEBUG_ONLY_EDGE_AA
51 virtual
void PrintSelf(ostream &os,
vtkIndent indent);
69 vtkSetClampMacro(RelativeContrastThreshold,
float, 0.f, 1.f)
70 vtkGetMacro(RelativeContrastThreshold,
float)
87 vtkSetClampMacro(HardContrastThreshold,
float, 0.f, 1.f)
88 vtkGetMacro(HardContrastThreshold,
float)
110 vtkSetClampMacro(SubpixelBlendLimit,
float, 0.f, 1.f)
111 vtkGetMacro(SubpixelBlendLimit,
float)
137 vtkSetClampMacro(SubpixelContrastThreshold,
float, 0.f, 1.f)
138 vtkGetMacro(SubpixelContrastThreshold,
float)
155 vtkGetMacro(UseHighQualityEndpoints,
bool)
168 vtkGetMacro(EndpointSearchIterations,
int)
184 float RelativeContrastThreshold;
185 float HardContrastThreshold;
186 float SubpixelBlendLimit;
187 float SubpixelContrastThreshold;
188 int EndpointSearchIterations;
189 bool UseHighQualityEndpoints;
Configuration for FXAA implementations.
static vtkFXAAOptions * New()
DebugOption
Debugging options that affect the output color buffer.
@ FXAA_DEBUG_EDGE_DIRECTION
@ FXAA_DEBUG_EDGE_SAMPLE_OFFSET
@ FXAA_DEBUG_SUBPIXEL_ALIASING
@ FXAA_DEBUG_ONLY_SUBPIX_AA
@ FXAA_DEBUG_EDGE_NUM_STEPS
@ FXAA_DEBUG_EDGE_DISTANCE
a simple class to control print indentation
abstract base class for most VTK objects
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.