class OSGUTIL_EXPORT osgUtil::Statistics

Statistics base class.

Inheritance:


Public Fields

[more]int numOpaque
[more]int nummat
[more]int nbins
[more]int nprims
[more]int nlights
[more]int numprimtypes[20]
[more]int primtypes[20]
[more]int primlens[20]
[more]int primverts[20]

Public Methods

[more] Statistics()
[more] ~Statistics()
[more]void reset()
[more]virtual osg::Object* clone() const
[more]virtual bool isSameKindAs(const osg::Object* obj) const
[more]virtual const char* className() const
[more]void addstat(osg::GeoSet* gs)


Documentation

Statistics base class. Used to extract primitive information from the renderBin(s).
o Statistics()

o ~Statistics()

ovoid reset()

ovirtual osg::Object* clone() const

ovirtual bool isSameKindAs(const osg::Object* obj) const

ovirtual const char* className() const

ovoid addstat(osg::GeoSet* gs)

oint numOpaque

oint nummat

oint nbins

oint nprims

oint nlights

oint numprimtypes[20]

oint primtypes[20]

oint primlens[20]

oint primverts[20]


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.