OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimStreamBase.h
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.h 11176 2007-06-07 19:45:56Z dburken $
12 //
13 #ifndef ossimStreamBase_HEADER
14 #define ossimStreamBase_HEADER
15 
16 #include <ossim/base/ossimConstants.h> /* for OSSIM_DLL */
17 #include <ossim/base/ossimReferenced.h> /* for base class */
18 
20 {
21 public:
24 
26  virtual ~ossimStreamBase();
27 
34  virtual bool isCompressed() const;
35 };
36 #endif /* end of "#ifndef ossimStreamBase_HEADER" */
ossimReferenced allows for shared object ref counting if the reference count ever gets to 0 or less i...
#define OSSIM_DLL