SkelGIS  3.0
/home/helene/Documents/These/SkelGIS/SkelGIS_Library/SkelGIS_V3/skelgis/skelgis.hpp
Go to the documentation of this file.
00001 /*! \file skelgis.hpp
00002  *  \brief Has to be included in the user main file, it contains needed includes for SeklGIS library
00003  */
00004 
00005 #ifndef SKELGIS_H
00006 #define SKELGIS_H
00007 
00008 //DDAG
00009 #include "data_structures/DDAG/ddag.hpp"
00010 #include "data_structures/DDAG/dpmap_nodes.hpp"
00011 #include "data_structures/DDAG/dpmap_edges.hpp"
00012 
00013 //DMatrix
00014 #include "data_structures/DMatrix/dmatrix.hpp"
00015 #include "util/dmatrix_vector.hpp"
00016 #include "skeletons/skeletons.hpp"
00017 #include "util/macros.hpp"
00018 #include "util/chronometer.hpp"
00019 
00020 #endif
 All Classes Files Functions Variables Defines