|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimStreamReaderInterface.h>
Public Member Functions | |
| ossimStreamReaderInterface () | |
| default constructor More... | |
| virtual | ~ossimStreamReaderInterface () |
| virtual destructor. More... | |
| virtual bool | open (std::shared_ptr< ossim::istream > &str, const std::string &connectionString)=0 |
| Pure virtual open method that takes a stream. More... | |
Definition at line 24 of file ossimStreamReaderInterface.h.
|
inline |
|
inlinevirtual |
|
pure virtual |
Pure virtual open method that takes a stream.
| str | Open stream to image. |
| connectionString |
Implemented in ossimPngReader.
Referenced by ossimGpkgReader::uncompressPngTile().
1.8.14