OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimNitfTextHeader.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: ossimNitfTextHeader.h 9094 2006-06-13 19:12:40Z dburken $
12 #ifndef ossimNitfTextHeader_HEADER
13 #define ossimNitfTextHeader_HEADER
14 
15 #include <ossim/base/ossimObject.h>
16 
18 {
19 public:
22 
23  virtual void parseStream(std::istream &in)=0;
24 
26 };
27 
28 #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