|
CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
Locates and traces the cliff toe on the raster grid. More...
#include <assert.h>#include <cmath>#include <cstdio>#include <stdint.h>#include <sstream>#include <algorithm>#include <utility>#include "cme.h"#include "cell.h"#include "raster_grid.h"#include "simulation.h"#include "2di_point.h"#include "line.h"Go to the source code of this file.
Locates and traces the cliff toe on the raster grid.
TODO 001 A more detailed description of these routines.
Definition in file locate_cliff_toe.cpp.