lsst.jointcal
master-g59ec7209dd
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
RefStar.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
#include <algorithm>
3
#include <assert.h>
4
#include <iomanip>
5
6
#include "
lsst/jointcal/RefStar.h
"
7
8
namespace
lsst {
9
namespace
jointcal {
10
11
BaseStarList
&
Ref2Base
(
RefStarList
&This) {
return
(
BaseStarList
&)This; }
12
13
BaseStarList
*
Ref2Base
(
RefStarList
*This) {
return
(
BaseStarList
*)This; }
14
15
const
BaseStarList
&
Ref2Base
(
const
RefStarList
&This) {
return
(
const
BaseStarList
&)This; }
16
17
const
BaseStarList
*
Ref2Base
(
const
RefStarList
*This) {
return
(
BaseStarList
*)This; }
18
}
// namespace jointcal
19
}
// namespace lsst
RefStar.h
lsst::jointcal::StarList
std::lists of Stars.
Definition:
StarList.h:35
lsst::jointcal::RefStarList
Definition:
RefStar.h:57
lsst::jointcal::Ref2Base
BaseStarList & Ref2Base(RefStarList &This)
Definition:
RefStar.cc:11
Generated on Thu Aug 24 2017 08:01:57 for lsst.jointcal by
1.8.5