OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimNitfImageLut.cpp
Go to the documentation of this file.
1 //*******************************************************************
2 // Copyright (C) 2000 ImageLinks Inc.
3 //
4 // License: MIT
5 //
6 // Author: Garrett Potts
7 //
8 // Description: Nitf support class
9 //
10 //********************************************************************
11 // $Id$
12 
13 #include <cstring> // memcpy
14 #include <ostream>
15 
17 
19  const ossimNitfImageLut &data)
20 {
21  data.print(out);
22 
23  return out;
24 }
25 
26 RTTI_DEF1(ossimNitfImageLut, "ossimNitfImageLut", ossimObject);
28 {
29 }
30 
32 {
33 }
34 
std::ostream & operator<<(std::ostream &out, const ossimNitfImageLut &data)
virtual std::ostream & print(std::ostream &out) const =0
Generic print method.
RTTI_DEF1(ossimNitfImageLut, "ossimNitfImageLut", ossimObject)
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23