Definitions.h 429 B

1234567891011121314151617181920
  1. //
  2. // Created by wrede on 22.04.16.
  3. //
  4. #ifndef GBMOT_CONSTANTS_H
  5. #define GBMOT_CONSTANTS_H
  6. #include <vector>
  7. #include <boost/graph/properties.hpp>
  8. #include <boost/graph/adjacency_list.hpp>
  9. #include <boost/graph/graph_selectors.hpp>
  10. #include "ObjectData.h"
  11. namespace core
  12. {
  13. typedef std::vector<std::vector<std::vector<double>>> Vector3d;
  14. typedef std::vector<std::vector<double>> Vector2d;
  15. }
  16. #endif //GBMOT_CONSTANTS_H