openscenegraph
Public Member Functions | Protected Attributes
osg::TextureCostEstimator Class Reference
Inheritance diagram for osg::TextureCostEstimator:
osg::Referenced

List of all members.

Public Member Functions

 TextureCostEstimator ()
void setDefaults ()
void calibrate (osg::RenderInfo &renderInfo)
CostPair estimateCompileCost (const osg::Texture *texture) const
CostPair estimateDrawCost (const osg::Texture *texture) const

Protected Attributes

ClampedLinearCostFunction1D _compileCost
ClampedLinearCostFunction1D _drawCost

Constructor & Destructor Documentation

osg::TextureCostEstimator::TextureCostEstimator ( )

Member Function Documentation

void osg::TextureCostEstimator::calibrate ( osg::RenderInfo renderInfo)
CostPair osg::TextureCostEstimator::estimateCompileCost ( const osg::Texture texture) const
CostPair osg::TextureCostEstimator::estimateDrawCost ( const osg::Texture texture) const
void osg::TextureCostEstimator::setDefaults ( )

Member Data Documentation


The documentation for this class was generated from the following file: