12#ifndef WSFSUBSURFACEMOVER_HPP
13#define WSFSUBSURFACEMOVER_HPP
15#include "wsf_mil_export.h"
43 virtual void Surface();
WsfSpatialDomain
A collection of enumerations and type definitions that are used across a number of components.
Definition WsfTypes.hpp:32
@ WSF_SPATIAL_DOMAIN_SUBSURFACE
Ships, boats, etc.
Definition WsfTypes.hpp:37
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
~WsfSubsurfaceMover() override=default
WsfSpatialDomain GetSpatialDomain() const override
Definition WsfSubsurfaceMover.hpp:34
WsfSubsurfaceMover(WsfScenario &aScenario)
Definition WsfSubsurfaceMover.cpp:20
double GetHeightOfSurface() const
Return the Height of Surface of the point directly above the mover.
Definition WsfSubsurfaceMover.hpp:40
bool Initialize(double aSimTime) override
Definition WsfWaypointMover.cpp:122
WsfWaypointMover()=delete
WsfMover * Clone() const override
Definition WsfWaypointMover.cpp:326
virtual void PostMoveUpdate(double aSimTime)
Definition WsfWaypointMover.hpp:156