OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimNitfSymbolHeader.h
Go to the documentation of this file.
1 //*******************************************************************
2 // Copyright (C) 2000 ImageLinks Inc.
3 //
4 // License: See top level LICENSE.txt file.
5 //
6 // Author: Garrett Potts
7 //
8 // Description: Nitf support class
9 //
10 //********************************************************************
11 // $Id: ossimNitfSymbolHeader.h 9094 2006-06-13 19:12:40Z dburken $
12 #ifndef ossimNitfSymbolHeader_HEADER
13 #define ossimNitfSymbolHeader_HEADER
14 
15 #include <iosfwd>
16 #include <ossim/base/ossimObject.h>
17 
18 class ossimDrect;
19 
21 {
22 public:
25 
26  virtual void parseStream(std::istream &in)=0;
27  virtual ossim_int32 getDisplayLevel()const=0;
28  virtual ossimDrect getImageRect()const=0;
29 
31 };
32 
33 #endif
#define OSSIMDLLEXPORT
#define TYPE_DATA
Definition: ossimRtti.h:339
std::basic_istream< char > istream
Base class for char input streams.
Definition: ossimIosFwd.h:20
int ossim_int32