#include <osg/Image>#include <osg/Shape>#include <osg/Node>#include <osgDB/Export>#include <string>Namespaces | |
| namespace | osgDB |
Defines | |
| #define | OSGDB_WRITEFILE 1 |
Functions | |
| OSGDB_EXPORT bool | osgDB::writeObjectFile (const osg::Object &object, const std::string &filename) |
| OSGDB_EXPORT bool | osgDB::writeImageFile (const osg::Image &image, const std::string &filename) |
| OSGDB_EXPORT bool | osgDB::writeHeightFieldFile (const osg::HeightField &hf, const std::string &filename) |
| OSGDB_EXPORT bool | osgDB::writeNodeFile (const osg::Node &node, const std::string &filename) |
| #define OSGDB_WRITEFILE 1 |
1.4.7