Home
last modified time | relevance | path

Searched defs:out_THROW_EXCEPTION (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/
H A DException.h11 #define out_THROW_EXCEPTION(str) { out->throwException(new Exception(str)); return; } macro
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/
H A DException.h11 #define out_THROW_EXCEPTION(str) { out->throwException(new Exception(str)); return; } macro