DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
graphbuilder_shp.cpp File Reference
#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, KVb
 
typedef CGAL::Constrained_triangulation_face_base_2< KFb
 
typedef CGAL::Triangulation_data_structure_2< Vb, FbTDS
 
typedef CGAL::Exact_predicates_tag Itag
 
typedef CGAL::Constrained_Delaunay_triangulation_2< K, TDS, ItagCDT
 
typedef CDT::Point Point
 

Typedef Documentation

◆ CDT

typedef CGAL::Constrained_Delaunay_triangulation_2<K, TDS, Itag> CDT

◆ Fb

typedef CGAL::Constrained_triangulation_face_base_2<K> Fb

◆ Itag

typedef CGAL::Exact_predicates_tag Itag

◆ K

typedef CGAL::Exact_predicates_inexact_constructions_kernel K

◆ Point

typedef CDT::Point Point

◆ TDS

typedef CGAL::Triangulation_data_structure_2<Vb,Fb> TDS

◆ Vb

typedef CGAL::Triangulation_vertex_base_with_info_2<unsigned, K> Vb