|
lsst.jointcal g29ae962dfc+02fd6c6d17
|
#include <iostream>#include <cmath>#include <list>#include <memory>#include <algorithm>#include "lsst/log/Log.h"#include "lsst/jointcal/BaseStar.h"#include "lsst/jointcal/StarMatch.h"#include "lsst/jointcal/AstrometryTransform.h"#include "lsst/jointcal/Histo2d.h"#include "lsst/jointcal/Histo4d.h"#include "lsst/jointcal/FastFinder.h"#include "lsst/jointcal/ListMatch.h"Go to the source code of this file.
Classes | |
| struct | lsst::jointcal::Segment |
| class | lsst::jointcal::SegmentList |
| struct | lsst::jointcal::SegmentPair |
Namespaces | |
| namespace | lsst |
| namespace | lsst::jointcal |
Macros | |
| #define | M_PI 3.14159265358979323846 /* pi */ |
Typedefs | |
| using | lsst::jointcal::SegmentIterator = std::list<Segment>::iterator |
| using | lsst::jointcal::SegmentCIterator = std::list<Segment>::const_iterator |
| using | lsst::jointcal::SegmentPairList = std::list<SegmentPair> |
| using | lsst::jointcal::SegmentPairListIterator = SegmentPairList::iterator |
| using | lsst::jointcal::SegmentPairListCIterator = SegmentPairList::const_iterator |
| using | lsst::jointcal::SolList = std::list<std::unique_ptr<StarMatchList>> |
| #define M_PI 3.14159265358979323846 /* pi */ |
Definition at line 31 of file ListMatch.cc.