OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/base/ossimString.h>
#include <ossim/matrix/newmat.h>
#include <ossim/matrix/newmatap.h>
#include <ossim/matrix/newmatio.h>
#include <iostream>
#include <map>
#include <cmath>
Go to the source code of this file.
Classes | |
class | ossimAdjSolutionAttributes |
Typedefs | |
typedef std::multimap< int, int > | ObjImgMap_t |
typedef ObjImgMap_t::iterator | ObjImgMapIter_t |
typedef std::map< int, int > | ImgNumparMap_t |
typedef ImgNumparMap_t::iterator | ImgNumparMapIter_t |
typedef std::pair< ObjImgMapIter_t, ObjImgMapIter_t > | ObjImgMapIterPair_t |
typedef std::map<int, int> ImgNumparMap_t |
Definition at line 24 of file ossimAdjSolutionAttributes.h.
typedef ImgNumparMap_t::iterator ImgNumparMapIter_t |
Definition at line 25 of file ossimAdjSolutionAttributes.h.
typedef std::multimap<int, int> ObjImgMap_t |
Definition at line 22 of file ossimAdjSolutionAttributes.h.
typedef ObjImgMap_t::iterator ObjImgMapIter_t |
Definition at line 23 of file ossimAdjSolutionAttributes.h.
typedef std::pair<ObjImgMapIter_t, ObjImgMapIter_t> ObjImgMapIterPair_t |
Definition at line 26 of file ossimAdjSolutionAttributes.h.