#include "OSGConfig.h"#include "OSGVolume.h"Go to the source code of this file.
Namespaces | |
| namespace | osg |
Functions | |
| void | volDump (Volume *vol) |
| helper functions to dump a volume. Useful for debugger. | |
| void volDump | ( | Volume * | vol | ) |
helper functions to dump a volume. Useful for debuggers.
Definition at line 47 of file OSGVolume.cpp.
References osg::Volume::dump().
00048 { 00049 vol->dump(); 00050 }
1.6.1