OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
src
base
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
13
#include <
ossim/base/ossimStreamBase.h
>
14
15
ossimStreamBase::ossimStreamBase
()
16
:
ossimReferenced
()
17
{
18
}
19
20
ossimStreamBase::~ossimStreamBase
()
21
{
22
}
23
24
bool
ossimStreamBase::isCompressed
()
const
25
{
26
return
false
;
27
}
ossimStreamBase.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::~ossimStreamBase
virtual ~ossimStreamBase()
virtual destructor
Definition:
ossimStreamBase.cpp:20
ossimStreamBase::isCompressed
virtual bool isCompressed() const
isCompressed method.
Definition:
ossimStreamBase.cpp:24
ossimStreamBase::ossimStreamBase
ossimStreamBase()
default constructor
Definition:
ossimStreamBase.cpp:15
Generated on Fri Aug 3 2018 08:46:54 for OSSIM - Open Source Software Image Map by
1.8.14