
Public Member Functions | |
| HipparcosComponent () | |
Public Attributes | |
| float | appMag |
| float | ascension |
| float | bMag |
| char | componentID |
| float | declination |
| bool | hasBV |
| float | positionAngle |
| char | refComponentID |
| float | separation |
| HipparcosStar * | star |
| float | vMag |
|
|
Definition at line 143 of file buildstardb.cpp. 00143 : 00144 star(NULL), 00145 componentID('A'), 00146 refComponentID('A'), 00147 appMag(0.0f), 00148 bMag(0.0f), 00149 vMag(0.0f), 00150 hasBV(false), 00151 positionAngle(0.0f), 00152 separation(0.0f) 00153 { 00154 }
|
|
|
Definition at line 135 of file buildstardb.cpp. Referenced by ReadComponentRecord(). |
|
|
Definition at line 133 of file buildstardb.cpp. Referenced by ReadComponentRecord(). |
|
|
Definition at line 136 of file buildstardb.cpp. Referenced by ReadComponentRecord(). |
|
|
Definition at line 131 of file buildstardb.cpp. Referenced by ReadComponentRecord(). |
|
|
Definition at line 134 of file buildstardb.cpp. Referenced by ReadComponentRecord(). |
|
|
Definition at line 138 of file buildstardb.cpp. Referenced by ReadComponentRecord(). |
|
|
Definition at line 139 of file buildstardb.cpp. Referenced by ReadComponentRecord(). |
|
|
Definition at line 132 of file buildstardb.cpp. Referenced by ReadComponentRecord(). |
|
|
Definition at line 140 of file buildstardb.cpp. Referenced by ReadComponentRecord(). |
|
|
Definition at line 130 of file buildstardb.cpp. Referenced by ReadComponentRecord(). |
|
|
Definition at line 137 of file buildstardb.cpp. Referenced by ReadComponentRecord(). |
1.4.1