OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
base
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
19
class
OSSIM_DLL
ossimStreamBase
:
public
ossimReferenced
20
{
21
public
:
23
ossimStreamBase
();
24
26
virtual
~
ossimStreamBase
();
27
34
virtual
bool
isCompressed()
const
;
35
};
36
#endif
/* end of "#ifndef ossimStreamBase_HEADER" */
ossimConstants.h
ossimReferenced
ossimReferenced allows for shared object ref counting if the reference count ever gets to 0 or less i...
Definition:
ossimReferenced.h:23
ossimStreamBase
Definition:
ossimStreamBase.h:19
OSSIM_DLL
#define OSSIM_DLL
Definition:
ossimConstants.h:72
ossimReferenced.h
Generated on Fri Aug 3 2018 08:46:54 for OSSIM - Open Source Software Image Map by
1.8.14