WSF
wsf::TrackExtrapolationBase Class Referenceabstract

A common base class of track extrapolation objects. More...

#include <WsfTrackExtrapolation.hpp>

Inheritance diagram for wsf::TrackExtrapolationBase:
Collaboration diagram for wsf::TrackExtrapolationBase:

Public Member Functions

 TrackExtrapolationBase ()=default
 TrackExtrapolationBase (const TrackExtrapolationBase &aSrc)=default
TrackExtrapolationBaseClone () const override=0
 ~TrackExtrapolationBase () override=default
Public Member Functions inherited from WsfObject
 WsfObject ()
 This is the constructor for the WsfObject class.
 ~WsfObject () override
 This is the destructor for the WsfObject class.
const char * GetScriptClassName () const override
virtual bool ProcessInput (UtInput &aInput)
const std::string & GetType () const
WsfStringId GetTypeId () const
 Get the string ID of the 'type' of the object.
void SetType (WsfStringId aType)
const std::string & GetBaseType () const
WsfStringId GetBaseTypeId () const
const TypeListGetTypeList () const
bool IsA_TypeOf (WsfStringId aType) const
WsfObjectoperator= (const WsfObject &aRhs)
 Assignment operator.
template<typename T>
void Serialize (T &aBuff)
 For XIO (de)serialization.
const std::string & GetName () const
WsfStringId GetNameId () const
void SetName (WsfStringId aName)

Additional Inherited Members

Public Types inherited from WsfObject
typedef std::vector< WsfStringIdTypeList
 The list of types returned by GetTypeList.
 WsfObject (const WsfObject &aSrc)
 Copy constructor (for Clone()).

Detailed Description

A common base class of track extrapolation objects.

Constructor & Destructor Documentation

◆ TrackExtrapolationBase() [1/2]

wsf::TrackExtrapolationBase::TrackExtrapolationBase ( )
default

Referenced by Clone(), and TrackExtrapolationBase().

◆ TrackExtrapolationBase() [2/2]

wsf::TrackExtrapolationBase::TrackExtrapolationBase ( const TrackExtrapolationBase & aSrc)
default

◆ ~TrackExtrapolationBase()

wsf::TrackExtrapolationBase::~TrackExtrapolationBase ( )
overridedefault

Member Function Documentation

◆ Clone()

TrackExtrapolationBase * wsf::TrackExtrapolationBase::Clone ( ) const
overridepure virtual

Return a copy of this object. Must be implemented by all derived types. If cloning is impossible, a WsfUncloneableException should be thrown.

Implements WsfObject.

Implemented in wsf::DefaultKinematicStateExtrapolation, and wsf::space::KinematicStateExtrapolation.

References TrackExtrapolationBase().


The documentation for this class was generated from the following file:
Copyrights Multiple, All Rights Reserved