OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimFeatherMosaic.cpp File Reference
#include <ossim/imaging/ossimFeatherMosaic.h>
#include <ossim/base/ossimDpt.h>
#include <ossim/imaging/ossimImageData.h>
#include <ossim/base/ossimConstants.h>
#include <ossim/base/ossimLine.h>
#include <ossim/base/ossimTrace.h>

Go to the source code of this file.

Functions

 RTTI_DEF1 (ossimFeatherMosaic, "ossimFeatherMosaic", ossimImageMosaic)
 
ostream & operator<< (ostream &out, const ossimFeatherMosaic::ossimFeatherInputInformation &data)
 

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  out,
const ossimFeatherMosaic::ossimFeatherInputInformation data 
)

Definition at line 466 of file ossimFeatherMosaic.cpp.

References ossimFeatherMosaic::ossimFeatherInputInformation::theAxis1, ossimFeatherMosaic::ossimFeatherInputInformation::theAxis1Length, ossimFeatherMosaic::ossimFeatherInputInformation::theAxis2, ossimFeatherMosaic::ossimFeatherInputInformation::theAxis2Length, ossimFeatherMosaic::ossimFeatherInputInformation::theCenter, and ossimFeatherMosaic::ossimFeatherInputInformation::theValidVertices.

468 {
469  out << "center: " << data.theCenter << endl
470  << "axis1: " << data.theAxis1 << endl
471  << "axis2: " << data.theAxis2 << endl
472  << "axis1_length: " << data.theAxis1Length << endl
473  << "axis2_length: " << data.theAxis2Length << endl
474  << "valid vertices: " << endl;
475  std::copy(data.theValidVertices.begin(),
476  data.theValidVertices.end(),
477  std::ostream_iterator<ossimDpt>(out, "\n"));
478  return out;
479 }

◆ RTTI_DEF1()

RTTI_DEF1 ( ossimFeatherMosaic  ,
"ossimFeatherMosaic"  ,
ossimImageMosaic   
)