#include <osg/Export>#include <ostream>Namespaces | |
| namespace | osg |
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 } |
Functions | |
| OSG_EXPORT void | osg::setNotifyLevel (NotifySeverity severity) |
| OSG_EXPORT NotifySeverity | osg::getNotifyLevel () |
| OSG_EXPORT bool | osg::isNotifyEnabled (NotifySeverity severity) |
| OSG_EXPORT bool | osg::initNotifyLevel () |
| OSG_EXPORT std::ostream & | osg::notify (const NotifySeverity severity) |
| std::ostream & | osg::notify (void) |
| #define OSG_NOTIFY 1 |
1.4.7