#include <NavTestPlanet.h>
Public Member Functions | |
| NavTestPlanet () | |
| NavTestPlanet (const Text_t *name, Int_t i=0, Float_t f=0.) | |
| virtual | ~NavTestPlanet () |
| Int_t | GetOrder () const |
| Float_t | GetMass () const |
| void | SetOrder (Int_t i) |
| void | SetMass (Float_t f) |
Private Attributes | |
| Int_t | fOrder |
| Float_t | fMass |
|
|
Definition at line 25 of file NavTestPlanet.h.
|
|
||||||||||||||||
|
Definition at line 26 of file NavTestPlanet.h.
|
|
|
Definition at line 29 of file NavTestPlanet.h. 00029 { LEA_DTOR; }
|
|
|
Definition at line 31 of file NavTestPlanet.h. Referenced by KeyPlanet_MassSafe(), and NavValidate::Test_5(). 00031 { return fMass; }
|
|
|
Definition at line 30 of file NavTestPlanet.h. Referenced by KeyPlanet_OrderSafe(), SelPlanet(), and NavValidate::Test_5(). 00030 { return fOrder;}
|
|
|
Definition at line 33 of file NavTestPlanet.h. 00033 { fMass = f; }
|
|
|
Definition at line 32 of file NavTestPlanet.h. 00032 { fOrder = i; }
|
|
|
Definition at line 36 of file NavTestPlanet.h. |
|
|
Definition at line 35 of file NavTestPlanet.h. |
1.3.9.1