OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimNitfImageBand.cpp
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: LGPL
4 //
5 // See LICENSE.txt file in the top level directory for more details.
6 //
7 // Author: Garrett Potts
8 //
9 // Description: Nitf support class
10 //
11 //********************************************************************
12 // $Id: ossimNitfImageBand.cpp 14241 2009-04-07 19:59:23Z dburken $
15 #include <ossim/base/ossimString.h>
16 
17 RTTI_DEF1(ossimNitfImageBand, "ossimNitfImageBand", ossimObject);
18 
20 {
21 }
22 
24 {
25 }
26 
RTTI_DEF1(ossimNitfImageBand, "ossimNitfImageBand", ossimObject)