12#ifndef WSFKINEMATICSTATEEXTRAPOLATION_HPP
13#define WSFKINEMATICSTATEEXTRAPOLATION_HPP
15#include "wsf_export.h"
17#include "UtInformation.hpp"
30 : mLocationWCS(aLocationWCS)
31 , mVelocityWCS(aVelocityWCS)
36 void SetLocationWCS(
const UtVec3d& aLocationWCS) { mLocationWCS = aLocationWCS; }
37 void SetVelocityWCS(
const UtVec3d& aVelocityWCS) { mVelocityWCS = aVelocityWCS; }
UtStringId WsfStringId
WsfStringId – the same thing as UtStringId.
Definition WsfStringId.hpp:23
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
void SetLocationWCS(const UtVec3d &aLocationWCS)
Definition WsfKinematicStateExtrapolation.hpp:36
UtVec3d GetVelocityWCS() const
Definition WsfKinematicStateExtrapolation.hpp:40
KinematicState(const UtVec3d &aLocationWCS, const UtVec3d &aVelocityWCS)
Definition WsfKinematicStateExtrapolation.hpp:29
void SetVelocityWCS(const UtVec3d &aVelocityWCS)
Definition WsfKinematicStateExtrapolation.hpp:37
UtVec3d GetLocationWCS() const
Definition WsfKinematicStateExtrapolation.hpp:39
KinematicState & operator=(const KinematicState &aRhs)=default
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
UtInformation< KinematicState > KinematicStateInformation
Definition WsfKinematicStateExtrapolation.hpp:47