pure virtual base class for reading and writing of non native formats.
Inheritance:
Public Methods
-
virtual ~ReaderWriter()
-
virtual const char* className() = 0
-
virtual bool acceptsExtension(const std::string&xtension*/)
-
virtual osg::Object* readObject(const std::string& )
-
virtual osg::Image* readImage(const std::string& )
-
virtual osg::Node* readNode(const std::string& )
-
virtual bool writeObject(const osg::Object& , const std::string& )
-
virtual bool writeImage(const osg::Image& , const std::string& )
-
virtual bool writeNode(const osg::Node& , const std::string& )
Documentation
pure virtual base class for reading and writing of non native formats.
- virtual ~ReaderWriter()
- virtual const char* className() = 0
- virtual bool acceptsExtension(const std::string&xtension*/)
- virtual osg::Object* readObject(const std::string& )
- virtual osg::Image* readImage(const std::string& )
- virtual osg::Node* readNode(const std::string& )
- virtual bool writeObject(const osg::Object& , const std::string& )
- virtual bool writeImage(const osg::Image& , const std::string& )
- virtual bool writeNode(const osg::Node& , const std::string& )
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.