24#if !defined(SO_FXAAPARAMETERS_H)
25#define SO_FXAAPARAMETERS_H
55 SoFXAAParameters(
int qualityPreset,
float subPixQuality,
float edgeThresholdQuality,
float edgeThresholdMin);
82 return m_qualityPreset == other.m_qualityPreset &&
83 m_subPixQuality == other.m_subPixQuality &&
84 m_edgeThresholdQuality == other.m_edgeThresholdQuality &&
85 m_edgeThresholdMin == other.m_edgeThresholdMin;
102 float m_subPixQuality;
103 float m_edgeThresholdQuality;
104 float m_edgeThresholdMin;
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Antialiasing par...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Antialiasing par...
float getSubPixQuality() const
Returns the subPixQuality parameter.
float getEdgeThresholdQuality() const
Returns the edgeThresholdQuality parameter.
virtual SoAntialiasingParameters * copy() const
Copy to a new instance.
int getQualityPreset() const
Returns the quality preset.
virtual ~SoFXAAParameters()
Default destructor.
SoFXAAParameters(int qualityPreset, float subPixQuality, float edgeThresholdQuality, float edgeThresholdMin)
Constructor which takes a value for each possible parameter.
bool operator!=(const SoFXAAParameters &other) const
float getEdgeThresholdMin() const
Returns the edgeThresholdMinimum parameter.
bool operator==(const SoFXAAParameters &other) const