osgDB::BaseCompressor Class Reference
List of all members.
|
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 |
Constructor & Destructor Documentation
| osgDB::BaseCompressor::BaseCompressor |
( |
|
) |
[inline] |
Member Function Documentation
| void osgDB::BaseCompressor::setName |
( |
const std::string & |
name |
) |
[inline] |
| const std::string& osgDB::BaseCompressor::getName |
( |
|
) |
const [inline] |
| virtual bool osgDB::BaseCompressor::compress |
( |
std::ostream & |
, |
|
|
const std::string & |
| |
|
) |
| | [pure virtual] |
| virtual bool osgDB::BaseCompressor::decompress |
( |
std::istream & |
, |
|
|
std::string & |
| |
|
) |
| | [pure virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: