|
lsst.afw g3a5ebb7d8a+28b83bf6a5
|
Public Types | |
| using | KeyTuple = FootprintMergeList::KeyTuple |
| using | FilterMap = FootprintMergeList::FilterMap |
Public Member Functions | |
| FootprintMerge (std::shared_ptr< Footprint > footprint, std::shared_ptr< afw::table::SourceTable > sourceTable, std::shared_ptr< PeakTable > peakTable, afw::table::SchemaMapper const &peakSchemaMapper, KeyTuple const &keys) | |
| ~FootprintMerge ()=default | |
| FootprintMerge (FootprintMerge const &)=default | |
| FootprintMerge (FootprintMerge &&)=default | |
| FootprintMerge & | operator= (FootprintMerge const &)=default |
| FootprintMerge & | operator= (FootprintMerge &&)=default |
| bool | overlaps (Footprint const &rhs) const |
| void | add (std::shared_ptr< Footprint > footprint, afw::table::SchemaMapper const &peakSchemaMapper, KeyTuple const &keys, float minNewPeakDist=-1., float maxSamePeakDist=-1.) |
| void | add (FootprintMerge const &other, FilterMap const &keys, float minNewPeakDist=-1., float maxSamePeakDist=-1.) |
| lsst::geom::Box2I | getBBox () const |
| std::shared_ptr< Footprint > | getMergedFootprint () const |
| std::shared_ptr< afw::table::SourceRecord > | getSource () const |
| bool | addSpans (std::shared_ptr< Footprint > footprint) |
Definition at line 31 of file FootprintMerge.cc.
| using lsst::afw::detection::FootprintMerge::FilterMap = FootprintMergeList::FilterMap |
Definition at line 34 of file FootprintMerge.cc.
| using lsst::afw::detection::FootprintMerge::KeyTuple = FootprintMergeList::KeyTuple |
Definition at line 33 of file FootprintMerge.cc.
|
inlineexplicit |
Definition at line 36 of file FootprintMerge.cc.
|
default |
|
default |
|
default |
|
inline |
Definition at line 108 of file FootprintMerge.cc.
|
inline |
Definition at line 86 of file FootprintMerge.cc.
|
inline |
Definition at line 131 of file FootprintMerge.cc.
|
inline |
Definition at line 123 of file FootprintMerge.cc.
|
inline |
Definition at line 125 of file FootprintMerge.cc.
|
inline |
Definition at line 127 of file FootprintMerge.cc.
|
default |
|
default |
|
inline |
Definition at line 69 of file FootprintMerge.cc.