5 #ifndef USML_OCEAN_REFLECT_LOSS_MODEL_H
6 #define USML_OCEAN_REFLECT_LOSS_MODEL_H
8 #include <usml/ublas/ublas.h>
9 #include <usml/types/types.h>
14 using namespace usml::ublas ;
15 using namespace usml::types ;
17 using boost::numeric::ublas::vector;
44 virtual void reflect_loss(
47 vector<double>* amplitude, vector<double>* phase=NULL ) = 0 ;
A reflection loss model computes the changes in amplitude and phase that result from the reflection o...
Definition: reflect_loss_model.h:30
virtual ~reflect_loss_model()
Virtual destructor.
Definition: reflect_loss_model.h:52
World location in geodetic earth coordinates (latitude, longitude, and altitude). ...
Definition: wposition1.h:23
A read-only, monotonic sequence of values.
Definition: seq_vector.h:36