OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimNormalizedRemapTable.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: David Burken
8 //
9 // Description:
10 //
11 // Contains class definition for NormalizedRemapTable.
12 //
13 //*******************************************************************
14 // $Id: ossimNormalizedRemapTable.cpp 15496 2009-09-29 11:36:56Z dburken $
15 
17 
19 {
20 }
21 
23 {
24 }
25 
26 // Private copy constructor.
29 {}
30 
31 // Private assignment operator.
34 {
35  return *this;
36 }
ossimNormalizedRemapTable()
default constructor
Base class implemetation of normalized remap tables to go to/from normalized value to pixel value...
virtual ~ossimNormalizedRemapTable()
virtual destructor
ossimNormalizedRemapTable & operator=(const ossimNormalizedRemapTable &)