OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimStreamBase.cpp
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: Garrett Potts
6 //
7 // Description:
8 // Base class for all ossim streams... Derives from ossimReferenced.
9 //
10 //*******************************************************************
11 // $Id: ossimStreamBase.cpp 11177 2007-06-07 19:47:04Z dburken $
12 
14 
16  : ossimReferenced()
17 {
18 }
19 
21 {
22 }
23 
25 {
26  return false;
27 }
ossimReferenced allows for shared object ref counting if the reference count ever gets to 0 or less i...
virtual ~ossimStreamBase()
virtual destructor
virtual bool isCompressed() const
isCompressed method.
ossimStreamBase()
default constructor