Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
bundleDimension.hpp
00001 #ifndef BUNDLE_BUNDLEDIMENSION_HPP
00002 #define BUNDLE_BUNDLEDIMENSION_HPP
00003 
00004 
00005 namespace jafar {
00006   
00007   namespace bundle {
00008 
00015     class bundleDimension {
00016             
00017     public :
00018       
00019 
00021       unsigned int nbCam;
00022       
00024       unsigned int cpdvSize;
00025       
00027       unsigned int nbObj3d;
00028 
00030       unsigned int nbObs2d;
00031 
00033       unsigned int nbObs3d;
00034       
00036       unsigned int nbObsMvt;
00037 
00038       
00039       
00043       bundleDimension () :
00044   nbCam(0),
00045   cpdvSize(0),
00046   nbObj3d(0),
00047   nbObs2d(0),
00048   nbObs3d(0),
00049   nbObsMvt(0)
00050       {  
00051   
00052       }; 
00053       
00058       bundleDimension (bundleDimension const &bDim_) :
00059   nbCam(bDim_.nbCam),
00060   cpdvSize(bDim_.cpdvSize),
00061   nbObj3d(bDim_.nbObj3d),
00062   nbObs2d(bDim_.nbObs2d),
00063   nbObs3d(bDim_.nbObs3d), 
00064   nbObsMvt(bDim_.nbObsMvt)      
00065       {      
00066       };           
00067     }; // Fin de la classe
00068     
00069   } // namespace bundle
00070 
00071 } // namespace jafar
00072 
00073 
00074   
00075 
00076 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:17 for Jafar by doxygen 1.7.6.1
LAAS-CNRS