OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Classes | Typedefs
ossimAdjSolutionAttributes.h File Reference
#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_tObjImgMapIterPair_t
 

Typedef Documentation

◆ ImgNumparMap_t

typedef std::map<int, int> ImgNumparMap_t

Definition at line 24 of file ossimAdjSolutionAttributes.h.

◆ ImgNumparMapIter_t

typedef ImgNumparMap_t::iterator ImgNumparMapIter_t

Definition at line 25 of file ossimAdjSolutionAttributes.h.

◆ ObjImgMap_t

typedef std::multimap<int, int> ObjImgMap_t

Definition at line 22 of file ossimAdjSolutionAttributes.h.

◆ ObjImgMapIter_t

typedef ObjImgMap_t::iterator ObjImgMapIter_t

Definition at line 23 of file ossimAdjSolutionAttributes.h.

◆ ObjImgMapIterPair_t

Definition at line 26 of file ossimAdjSolutionAttributes.h.