#include <ExtendedPerigeeTrajectoryError.h>
Public Member Functions | |
const AlgebraicSymMatrix66 & | covarianceMatrix () const |
ExtendedPerigeeTrajectoryError () | |
ExtendedPerigeeTrajectoryError (const AlgebraicSymMatrix66 &covariance) | |
bool | isValid () const |
bool | weightIsAvailable () const |
const AlgebraicSymMatrix66 & | weightMatrix (int &error) const |
Private Attributes | |
AlgebraicSymMatrix66 | cov |
bool | vl |
AlgebraicSymMatrix66 | weight |
bool | weightAvailable |
Definition at line 7 of file ExtendedPerigeeTrajectoryError.h.
|
inline |
Definition at line 10 of file ExtendedPerigeeTrajectoryError.h.
|
inline |
Definition at line 13 of file ExtendedPerigeeTrajectoryError.h.
|
inline |
Definition at line 29 of file ExtendedPerigeeTrajectoryError.h.
References cov.
|
inline |
Access methods
Definition at line 23 of file ExtendedPerigeeTrajectoryError.h.
References vl.
Referenced by core.AutoHandle.AutoHandle::ReallyLoad().
|
inline |
Definition at line 26 of file ExtendedPerigeeTrajectoryError.h.
References weightAvailable.
Referenced by weightMatrix().
|
inline |
Definition at line 32 of file ExtendedPerigeeTrajectoryError.h.
References cov, LogDebug, weight, weightAvailable, and weightIsAvailable().
|
private |
Definition at line 45 of file ExtendedPerigeeTrajectoryError.h.
Referenced by covarianceMatrix(), and weightMatrix().
|
mutableprivate |
Definition at line 48 of file ExtendedPerigeeTrajectoryError.h.
Referenced by isValid().
|
mutableprivate |
Definition at line 46 of file ExtendedPerigeeTrajectoryError.h.
Referenced by weightMatrix().
|
mutableprivate |
Definition at line 47 of file ExtendedPerigeeTrajectoryError.h.
Referenced by weightIsAvailable(), and weightMatrix().