OpenSceneGraph 2.8.3

Notify File Reference

#include <osg/Export>
#include <ostream>

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 Documentation

#define OSG_NOTIFY   1

osg logo
Generated at Tue Mar 22 2011 13:20:18 for the OpenSceneGraph by doxygen 1.7.3.