OpenSceneGraph
Public Member Functions | Public Attributes | List of all members
osgViewer::StatsHandler::UserStatsLine Struct Reference

Public Member Functions

 UserStatsLine (const std::string &label_, const osg::Vec4 &textColor_, const osg::Vec4 &barColor_, const std::string &timeTakenName_, float multiplier_, bool average_, bool averageInInverseSpace_, const std::string &beginTimeName_, const std::string &endTimeName_, float maxValue_)
 

Public Attributes

std::string label
 
osg::Vec4 textColor
 
osg::Vec4 barColor
 
std::string timeTakenName
 
float multiplier
 
bool average
 
bool averageInInverseSpace
 
std::string beginTimeName
 
std::string endTimeName
 
float maxValue
 

Constructor & Destructor Documentation

◆ UserStatsLine()

osgViewer::StatsHandler::UserStatsLine::UserStatsLine ( const std::string &  label_,
const osg::Vec4 textColor_,
const osg::Vec4 barColor_,
const std::string &  timeTakenName_,
float  multiplier_,
bool  average_,
bool  averageInInverseSpace_,
const std::string &  beginTimeName_,
const std::string &  endTimeName_,
float  maxValue_ 
)
inline

Member Data Documentation

◆ average

bool osgViewer::StatsHandler::UserStatsLine::average

◆ averageInInverseSpace

bool osgViewer::StatsHandler::UserStatsLine::averageInInverseSpace

◆ barColor

osg::Vec4 osgViewer::StatsHandler::UserStatsLine::barColor

◆ beginTimeName

std::string osgViewer::StatsHandler::UserStatsLine::beginTimeName

◆ endTimeName

std::string osgViewer::StatsHandler::UserStatsLine::endTimeName

◆ label

std::string osgViewer::StatsHandler::UserStatsLine::label

◆ maxValue

float osgViewer::StatsHandler::UserStatsLine::maxValue

◆ multiplier

float osgViewer::StatsHandler::UserStatsLine::multiplier

◆ textColor

osg::Vec4 osgViewer::StatsHandler::UserStatsLine::textColor

◆ timeTakenName

std::string osgViewer::StatsHandler::UserStatsLine::timeTakenName

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