|
WSF
|
A target point at a fixed inertial position and velocity. More...
#include <WsfSpaceKinematicStateTargetPoint.hpp>


Public Member Functions | |
| KinematicStateTargetPoint (const UtVec3d &aPositionECI, const UtVec3d &aVelocityECI) | |
| KinematicStateTargetPoint (const KinematicStateTargetPoint &aOther)=default | |
| ~KinematicStateTargetPoint () override=default | |
| KinematicStateTargetPoint * | Clone () const override |
| Create a copy of this target point. | |
| void | Update (const UtCalendar &aEpoch) override |
Update the point to the given aEpoch. | |
| ut::OrbitalStateVector | GetOrbitalStateVectorInertial () const override |
| Return the combined inertial position and velocity of this point at this object's current epoch. | |
| UtVec3d | GetPositionECI () const override |
| Return the ECI position of this point at this object's current epoch. | |
| UtVec3d | GetVelocityECI () const override |
| Return the ECI velocity of this point at this object's current epoch. | |
| UtCalendar | GetEpoch () const override |
| Return the current epoch of this point. | |
| double | GetCharacteristicTime () const override |
| Public Member Functions inherited from wsf::space::OrbitalTargetPoint | |
| OrbitalTargetPoint ()=default | |
| virtual | ~OrbitalTargetPoint ()=default |
A target point at a fixed inertial position and velocity.
|
inline |
References wsf::space::OrbitalTargetPoint::OrbitalTargetPoint().
Referenced by Clone(), and KinematicStateTargetPoint().
|
default |
References KinematicStateTargetPoint().
|
overridedefault |
|
inlineoverridevirtual |
Create a copy of this target point.
Implements wsf::space::OrbitalTargetPoint.
References KinematicStateTargetPoint().
|
overridevirtual |
Return a characteristic time for this point.
This is used in the Target maneuver to set a maximum search time when there is no user input for this value. This method should return a reasonable time that likely includes the targeting solution. For example, a propagator based OrbitalTargetPoint might return the orbital period.
Implements wsf::space::OrbitalTargetPoint.
|
inlineoverridevirtual |
Return the current epoch of this point.
Implements wsf::space::OrbitalTargetPoint.
|
inlineoverridevirtual |
Return the combined inertial position and velocity of this point at this object's current epoch.
Implements wsf::space::OrbitalTargetPoint.
|
inlineoverridevirtual |
Return the ECI position of this point at this object's current epoch.
Implements wsf::space::OrbitalTargetPoint.
|
inlineoverridevirtual |
Return the ECI velocity of this point at this object's current epoch.
Implements wsf::space::OrbitalTargetPoint.
|
inlineoverridevirtual |
Update the point to the given aEpoch.
Implements wsf::space::OrbitalTargetPoint.