Inheritance Graph
graph BT
OverdrawFactorEvaluator
OverdrawFactorEvaluator --> Evaluator
click OverdrawFactorEvaluator "classMinSG_1_1Evaluators_1_1OverdrawFactorEvaluator"
click Evaluator "classMinSG_1_1Evaluators_1_1Evaluator"
Description
Evaluator to test how many times a pixel is overwritten during rendering. The test disregards the depth test. The measured value can be an indication of the depth complexity.
Author: Benjamin Eikel
Date: 2013-01-21
Public Functions
Documentation
function
MinSG::Evaluators::OverdrawFactorEvaluator::OverdrawFactorEvaluator
Defined in MinSG/Ext/Evaluator/OverdrawFactorEvaluator.h:30
function
MinSG::Evaluators::OverdrawFactorEvaluator::~OverdrawFactorEvaluator
Defined in MinSG/Ext/Evaluator/OverdrawFactorEvaluator.h:31
function
MinSG::Evaluators::OverdrawFactorEvaluator::beginMeasure
Defined in MinSG/Ext/Evaluator/OverdrawFactorEvaluator.h:33
function
MinSG::Evaluators::OverdrawFactorEvaluator::measure
Defined in MinSG/Ext/Evaluator/OverdrawFactorEvaluator.h:34
function
MinSG::Evaluators::OverdrawFactorEvaluator::endMeasure
Defined in MinSG/Ext/Evaluator/OverdrawFactorEvaluator.h:35
function
MinSG::Evaluators::OverdrawFactorEvaluator::getResultQuantile
Return the quantile that is used to calculate a single value from all the values in the image. A value of 0.0 corresponds to the minimum, 0.5 to the median, and 1.0 to the maximum.
Returns
Value in [0, 1]
Defined in MinSG/Ext/Evaluator/OverdrawFactorEvaluator.h:44
function
MinSG::Evaluators::OverdrawFactorEvaluator::setResultQuantile
Defined in MinSG/Ext/Evaluator/OverdrawFactorEvaluator.h:47
function
MinSG::Evaluators::OverdrawFactorEvaluator::areZeroValuesIgnored
Returns
true
if values equal to zero are removed before the calculation of the quantile,false
otherwise.
Defined in MinSG/Ext/Evaluator/OverdrawFactorEvaluator.h:55
function
MinSG::Evaluators::OverdrawFactorEvaluator::ignoreZeroValues
Remove the zero values before calculating the quantile.
Defined in MinSG/Ext/Evaluator/OverdrawFactorEvaluator.h:59
function
MinSG::Evaluators::OverdrawFactorEvaluator::keepZeroValues
Keep the zero values before calculating the quantile.
Defined in MinSG/Ext/Evaluator/OverdrawFactorEvaluator.h:63