4#include <marenv/marenv.h>
6namespace marenv::current
27 virtual Status GetCurrent(
double time,
const double position[3],
double currentVelocity[3]) = 0;
Defines the interface for an relaying information about ocean currents.
Definition CurrentField.h:13
virtual ~CurrentField()=default
Virtual destructor.
virtual Status GetCurrent(double time, const double position[3], double currentVelocity[3])=0
Status
Definition marenv.h:40
Policy mixin: this type is neither copyable nor movable.
Definition marenv.h:84