|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| BaseCompressor () | |
| void | setName (const std::string &name) |
| const std::string & | getName () const |
| virtual bool | compress (std::ostream &, const std::string &)=0 |
| virtual bool | decompress (std::istream &, std::string &)=0 |
Protected Attributes | |
| std::string | _name |
| osgDB::BaseCompressor::BaseCompressor | ( | ) | [inline] |
| virtual bool osgDB::BaseCompressor::compress | ( | std::ostream & | , |
| const std::string & | |||
| ) | [pure virtual] |
| virtual bool osgDB::BaseCompressor::decompress | ( | std::istream & | , |
| std::string & | |||
| ) | [pure virtual] |
| const std::string& osgDB::BaseCompressor::getName | ( | ) | const [inline] |
| void osgDB::BaseCompressor::setName | ( | const std::string & | name | ) | [inline] |
std::string osgDB::BaseCompressor::_name [protected] |
| Generated at Thu Sep 27 2012 17:03:12 for the OpenSceneGraph by doxygen 1.7.6.1. |