OSG
3.4.0
|
#include <osg/Export>
#include <osg/Referenced>
#include <ostream>
Go to the source code of this file.
Classes | |
class | osg::NotifyHandler |
class | osg::StandardNotifyHandler |
Namespaces | |
osg | |
Macros | |
#define | OSG_NOTIFY(level) if (osg::isNotifyEnabled(level)) osg::notify(level) |
#define | OSG_ALWAYS OSG_NOTIFY(osg::ALWAYS) |
#define | OSG_FATAL OSG_NOTIFY(osg::FATAL) |
#define | OSG_WARN OSG_NOTIFY(osg::WARN) |
#define | OSG_NOTICE OSG_NOTIFY(osg::NOTICE) |
#define | OSG_INFO OSG_NOTIFY(osg::INFO) |
#define | OSG_DEBUG OSG_NOTIFY(osg::DEBUG_INFO) |
#define | OSG_DEBUG_FP OSG_NOTIFY(osg::DEBUG_FP) |
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::initNotifyLevel () |
OSG_EXPORT bool | osg::isNotifyEnabled (NotifySeverity severity) |
OSG_EXPORT std::ostream & | osg::notify (const NotifySeverity severity) |
std::ostream & | osg::notify (void) |
OSG_EXPORT void | osg::setNotifyHandler (NotifyHandler *handler) |
OSG_EXPORT NotifyHandler * | osg::getNotifyHandler () |
#define OSG_ALWAYS OSG_NOTIFY(osg::ALWAYS) |
#define OSG_DEBUG OSG_NOTIFY(osg::DEBUG_INFO) |
#define OSG_DEBUG_FP OSG_NOTIFY(osg::DEBUG_FP) |
#define OSG_FATAL OSG_NOTIFY(osg::FATAL) |
#define OSG_INFO OSG_NOTIFY(osg::INFO) |
#define OSG_NOTICE OSG_NOTIFY(osg::NOTICE) |
#define OSG_NOTIFY | ( | level | ) | if (osg::isNotifyEnabled(level)) osg::notify(level) |
#define OSG_WARN OSG_NOTIFY(osg::WARN) |