OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This is only visible by this class and will remain here unless we want to move it later. More...
#include <ossimFeatherMosaic.h>
Public Member Functions | |
ossimFeatherInputInformation (const vector< ossimIpt > &validVertices=vector< ossimIpt >()) | |
void | setVertexList (const vector< ossimIpt > &validVertices) |
Public Attributes | |
ossimDpt | theCenter |
ossimDpt | theAxis1 |
ossimDpt | theAxis2 |
double | theAxis1Length |
double | theAxis2Length |
std::vector< ossimIpt > | theValidVertices |
This is only visible by this class and will remain here unless we want to move it later.
Definition at line 39 of file ossimFeatherMosaic.h.
ossimFeatherMosaic::ossimFeatherInputInformation::ossimFeatherInputInformation | ( | const vector< ossimIpt > & | validVertices = vector<ossimIpt>() | ) |
Definition at line 393 of file ossimFeatherMosaic.cpp.
References setVertexList().
void ossimFeatherMosaic::ossimFeatherInputInformation::setVertexList | ( | const vector< ossimIpt > & | validVertices | ) |
Definition at line 399 of file ossimFeatherMosaic.cpp.
References ossimLine::intersectInfinite(), ossimDpt::x, and ossimDpt::y.
Referenced by ossimFeatherMosaic::initialize(), and ossimFeatherInputInformation().
ossimDpt ossimFeatherMosaic::ossimFeatherInputInformation::theAxis1 |
Definition at line 48 of file ossimFeatherMosaic.h.
Referenced by ossimFeatherMosaic::computeWeight(), and operator<<().
double ossimFeatherMosaic::ossimFeatherInputInformation::theAxis1Length |
Definition at line 50 of file ossimFeatherMosaic.h.
Referenced by ossimFeatherMosaic::computeWeight(), and operator<<().
ossimDpt ossimFeatherMosaic::ossimFeatherInputInformation::theAxis2 |
Definition at line 49 of file ossimFeatherMosaic.h.
Referenced by ossimFeatherMosaic::computeWeight(), and operator<<().
double ossimFeatherMosaic::ossimFeatherInputInformation::theAxis2Length |
Definition at line 51 of file ossimFeatherMosaic.h.
Referenced by ossimFeatherMosaic::computeWeight(), and operator<<().
ossimDpt ossimFeatherMosaic::ossimFeatherInputInformation::theCenter |
Definition at line 47 of file ossimFeatherMosaic.h.
Referenced by ossimFeatherMosaic::computeWeight(), and operator<<().
std::vector<ossimIpt> ossimFeatherMosaic::ossimFeatherInputInformation::theValidVertices |
Definition at line 52 of file ossimFeatherMosaic.h.
Referenced by operator<<().