#define DECLDIR
Prefix to export C functions on the compiled library.
Definition: MoorDynAPI.h:68
struct __MoorDynSeafloor * MoorDynSeafloor
A 3D Seafloor instance.
Definition: Seafloor.h:14
int DECLDIR MoorDyn_GetDepthAt(MoorDynSeafloor seafloor, double x, double y, double *depth)
Get the depth of the seafloor at some x and y.
Definition: Seafloor.cpp:153
int DECLDIR MoorDyn_GetMinDepth(MoorDynSeafloor seafloor, double *minDepth)
The depth of the seafloor at the shallowest point.
Definition: Seafloor.cpp:169
int DECLDIR MoorDyn_GetAverageDepth(MoorDynSeafloor seafloor, double *avgDepth)
Get the average of depth of the seafloor This value is calculated as the average value of every depth...
Definition: Seafloor.cpp:161