38 return n <<
"osgWidget: ";
53 return (
unsigned char)(::tolower((
int)((
unsigned char)in)));
70 return (v -
static_cast<T
>(
static_cast<long>(v))) > 0.0f;
NotifySeverity
Range of notify levels from DEBUG_FP through to FATAL, ALWAYS is reserved for forcing the absorption ...
Definition Notify:30
@ WARN
Definition Notify:33
@ INFO
Definition Notify:35
std::ostream & notify(void)
Definition Notify:80
The osgWidget library is a NodeKit that extends the core scene graph to support a 2D (and eventually ...
Definition Box:21
std::string lowerCase(const std::string &str)
Definition Util:56
OSGWIDGET_EXPORT int createExample(osgViewer::Viewer &, WindowManager *, osg::Node *=0)
bool hasDecimal(T v)
Definition Util:68
OSGWIDGET_EXPORT bool writeWindowManagerNode(WindowManager *)
std::ostream & _notify(osg::NotifySeverity ns=osg::INFO)
Definition Util:34
std::ostream & warn()
Definition Util:41
OSGWIDGET_EXPORT osg::Camera * createOrthoCamera(matrix_type, matrix_type)
OSGWIDGET_EXPORT std::string generateRandomName(const std::string &)
char lowerCaseChar(const char in)
Definition Util:51
osg::Matrix::value_type matrix_type
Definition Types:39
std::ostream & info()
Definition Util:46
OSGWIDGET_EXPORT std::string getFilePath(const std::string &)
Camera - is a subclass of Transform which represents encapsulates the settings of a Camera.
Definition Camera:45
Base class for all internal nodes in the scene graph.
Definition Node:72
Viewer holds a single view on to a single scene.
Definition Viewer:28
Definition WindowManager:39
#define OSGWIDGET_EXPORT
Definition Export:42