15#ifndef WSFGROUNDMOVER_HPP
16#define WSFGROUNDMOVER_HPP
18#include "wsf_export.h"
WsfSpatialDomain
A collection of enumerations and type definitions that are used across a number of components.
Definition WsfTypes.hpp:32
@ WSF_SPATIAL_DOMAIN_LAND
unknown or undefined
Definition WsfTypes.hpp:34
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
WsfGroundMover is a specialization of WsfWaypointMover for ground vehicles.
Definition WsfGroundMover.hpp:25
WsfSpatialDomain GetSpatialDomain() const override
Definition WsfGroundMover.hpp:34
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
WsfWaypointMover()=delete
WsfMover * Clone() const override
Definition WsfWaypointMover.cpp:326
bool ProcessInput(UtInput &aInput) override
Definition WsfWaypointMover.cpp:671