OpenSceneGraph 2.8.4
|
Namespaces | |
namespace | osg |
The core osg library provides the basic scene graph classes such as Nodes, State and Drawables, and maths and general helper classes. | |
Defines | |
#define | OSG_NOTIFY 1 |
Enumerations | |
enum | osg::NotifySeverity { osg::ALWAYS = 0, osg::FATAL = 1, osg::WARN = 2, osg::NOTICE = 3, osg::INFO = 4, osg::DEBUG_INFO = 5, osg::DEBUG_FP = 6 } |
Range of notify levels from DEBUG_FP through to FATAL, ALWAYS is reserved for forcing the absorption of all messages. More... | |
Functions | |
OSG_EXPORT void | osg::setNotifyLevel (NotifySeverity severity) |
set the notify level, overriding the default or the value set by the environmental variable OSGNOTIFYLEVEL. | |
OSG_EXPORT NotifySeverity | osg::getNotifyLevel () |
get the notify level. | |
OSG_EXPORT bool | osg::isNotifyEnabled (NotifySeverity severity) |
is notification enabled, given the current setNotifyLevel() setting? | |
OSG_EXPORT bool | osg::initNotifyLevel () |
initialize notify level. | |
OSG_EXPORT std::ostream & | osg::notify (const NotifySeverity severity) |
notify messaging function for providing fatal through to verbose debugging messages. | |
std::ostream & | osg::notify (void) |
#define OSG_NOTIFY 1 |
![]() | Generated at Sun Jan 8 2012 13:15:49 for the OpenSceneGraph by doxygen 1.7.4. |