OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | List of all members
ossimStreamReaderInterface Class Referenceabstract

#include <ossimStreamReaderInterface.h>

Inheritance diagram for ossimStreamReaderInterface:
ossimPngReader

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...
 

Detailed Description

Definition at line 24 of file ossimStreamReaderInterface.h.

Constructor & Destructor Documentation

◆ ossimStreamReaderInterface()

ossimStreamReaderInterface::ossimStreamReaderInterface ( )
inline

default constructor

Definition at line 29 of file ossimStreamReaderInterface.h.

29 {}

◆ ~ossimStreamReaderInterface()

virtual ossimStreamReaderInterface::~ossimStreamReaderInterface ( )
inlinevirtual

virtual destructor.

Definition at line 32 of file ossimStreamReaderInterface.h.

32 {}

Member Function Documentation

◆ open()

virtual bool ossimStreamReaderInterface::open ( std::shared_ptr< ossim::istream > &  str,
const std::string &  connectionString 
)
pure virtual

Pure virtual open method that takes a stream.

Parameters
strOpen stream to image.
connectionString
Returns
true on success, false on error.

Implemented in ossimPngReader.

Referenced by ossimGpkgReader::uncompressPngTile().


The documentation for this class was generated from the following file: