6 #ifndef USML_OCEAN_BOUNDARY_FLAT_H
7 #define USML_OCEAN_BOUNDARY_FLAT_H
9 #include <usml/ocean/boundary_model.h>
44 virtual void height(
const wposition& location,
45 matrix<double>* rho,
wvector* normal=NULL,
bool quick_interp=
false ) ;
56 virtual void height(
const wposition1& location,
57 double* rho,
wvector1* normal=NULL,
bool quick_interp=
false ) ;
const double _height
Surface height in spherical earth coords.
Definition: boundary_flat.h:28
World location in geodetic earth coordinates (latitude, longitude, and altitude). ...
Definition: wposition.h:39
A reflection loss model computes the changes in amplitude and phase that result from the reflection o...
Definition: reflect_loss_model.h:30
Individual world vector in spherical earth coordinates.
Definition: wvector1.h:27
Models any flat boundary in the ocean including the ocean surface.
Definition: boundary_flat.h:20
World location in geodetic earth coordinates (latitude, longitude, and altitude). ...
Definition: wposition1.h:23
double _normal_rho
Rho component of the surface normal.
Definition: boundary_flat.h:31
World vector in spherical earth coordinates.
Definition: wvector.h:42
A "boundary model" computes the environmental parameters of the ocean's surface or bottom...
Definition: boundary_model.h:58