DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
main.cpp File Reference
#include <iostream>
#include <ogrsf_frmts.h>
#include <cpl_conv.h>

Classes

struct  Point
 

Macros

#define SHP   PATH "/sample.shp"
 

Functions

int main ()
 

Variables

const Point InitF1 []
 

Macro Definition Documentation

◆ SHP

#define SHP   PATH "/sample.shp"

Function Documentation

◆ main()

int main ( )

Variable Documentation

◆ InitF1

const Point InitF1[]
Initial value:
= {
{ -2, -2 },
{ 2, -2},
{ 2, 0},
{ 0, 0},
{ 2, 2},
{ -2, 2},
{ -2, -2}
}