OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <iomanip>
#include <string>
#include "ossim/base/ossimLagrangeInterpolator.h"
#include "ossim/base/ossimTrace.h"
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &stream, const ossimLagrangeInterpolator &interpolator) |
istream & | operator>> (istream &stream, ossimLagrangeInterpolator &interpolator) |
ostream& operator<< | ( | ostream & | stream, |
const ossimLagrangeInterpolator & | interpolator | ||
) |
Definition at line 124 of file ossimLagrangeInterpolator.cpp.
istream& operator>> | ( | istream & | stream, |
ossimLagrangeInterpolator & | interpolator | ||
) |
Definition at line 148 of file ossimLagrangeInterpolator.cpp.
References ossimLagrangeInterpolator::theDataArray, ossimLagrangeInterpolator::theNormalizer, ossimLagrangeInterpolator::theNumElements, and ossimLagrangeInterpolator::theTeeArray.