Public Member Functions | |
| HIPCatalogComparePredicate () | |
| bool | operator() (const HipparcosStar *star0, uint32 hip) |
| bool | operator() (const HipparcosStar *star0, const HipparcosStar *star1) const |
Public Attributes | |
| int | dummy |
|
|
Definition at line 99 of file buildstardb.cpp. References dummy. 00099 : dummy(0) 00100 { 00101 }
|
|
||||||||||||
|
Definition at line 108 of file buildstardb.cpp. 00109 {
00110 return star0->HIPCatalogNumber < hip;
00111 }
|
|
||||||||||||
|
Definition at line 103 of file buildstardb.cpp. 00104 {
00105 return star0->HIPCatalogNumber < star1->HIPCatalogNumber;
00106 }
|
|
|
Definition at line 113 of file buildstardb.cpp. Referenced by HIPCatalogComparePredicate(). |
1.4.1