Exemple #1
0
//------------------------------------------------------------------------------
bool BurnReal::Validate()
{
   return ValidateRefObjects(this);
}
Exemple #2
0
//------------------------------------------------------------------------------
// bool Validate()
//------------------------------------------------------------------------------
bool OrbitRmat66::Validate()
{
   return ValidateRefObjects(this);
}
Exemple #3
0
//------------------------------------------------------------------------------
bool OrbitReal::Validate()
{
   return ValidateRefObjects(this);
}
Exemple #4
0
//------------------------------------------------------------------------------
// bool Validate()
//------------------------------------------------------------------------------
bool BallisticMassReal::Validate()
{
   return ValidateRefObjects(this);
}
Exemple #5
0
//------------------------------------------------------------------------------
// bool Validate()
//------------------------------------------------------------------------------
bool HardwareReal::Validate()
{
   return ValidateRefObjects(this);
}
Exemple #6
0
//------------------------------------------------------------------------------
bool AttitudeString::Validate()
{
   return ValidateRefObjects(this);
}