DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
|
#include "graphbuilder_shp.h"
#include "inputfileparser.h"
#include <GeographicLib/Geodesic.hpp>
#include <GeographicLib/GeodesicLine.hpp>
#include <GeographicLib/Constants.hpp>
#include <algo/geographicgridbuilder.h>
#include <algo/simplegeodesiclinegraphbuilder.h>
#include <algo/simpleplanargraphbuilder.h>
#include <QDir>
#include <QDebug>
#include <cmath>
#include <m_constants.h>
Typedefs | |
typedef CGAL::Exact_predicates_inexact_constructions_kernel | K |
typedef CGAL::Triangulation_vertex_base_with_info_2< unsigned, K > | Vb |
typedef CGAL::Constrained_triangulation_face_base_2< K > | Fb |
typedef CGAL::Triangulation_data_structure_2< Vb, Fb > | TDS |
typedef CGAL::Exact_predicates_tag | Itag |
typedef CGAL::Constrained_Delaunay_triangulation_2< K, TDS, Itag > | CDT |
typedef CDT::Point | Point |
typedef CGAL::Exact_predicates_tag Itag |
typedef CGAL::Exact_predicates_inexact_constructions_kernel K |
typedef CDT::Point Point |