#include <vector>
#include "fittedstar.h"
#include <starlist.h>
Go to the source code of this file.
|
class | RefStar |
| Objects used as position anchors, typically USNO stars. Coordinate system defined by user. The Common Tangent Plane seems a good idea. More...
|
|
|
typedef StarList< RefStar > | RefStarList |
|
typedef RefStarList::const_iterator | RefStarCIterator |
|
typedef RefStarList::iterator | RefStarIterator |
|
typedef CountedRef< RefStar > | RefStarRef |
|
|
BaseStarList & | Ref2Base (RefStarList &This) |
| RefStarList.
|
|
BaseStarList * | Ref2Base (RefStarList *This) |
|
const BaseStarList & | Ref2Base (const RefStarList &This) |
|
const BaseStarList * | Ref2Base (const RefStarList *This) |
|