Beispiel #1
0
OSG_USING_NAMESPACE



/***************************************************************************\
 *                            Description                                  *
\***************************************************************************/

/*! \class osg::StatCollector
    \ingroup GrpSystemStatistics

    The StatCollector is responsible for managing a set of osg::StatElem
    elements, see \ref PageSystemStatistics for details.
*/

/***************************************************************************\
 *                         Instance methods                                *
\***************************************************************************/

/*-------------------------------------------------------------------------*\
 -  public                                                                -
\*-------------------------------------------------------------------------*/

StatCollector::StatCollector(void)
{
    refitElemNum();
}
StatCollector::StatCollector(void) :
    Inherited()
{
    refitElemNum();
}