|
| 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 33 of file FootprintMerge.cc.
◆ FilterMap
◆ KeyTuple
◆ FootprintMerge() [1/3]
◆ ~FootprintMerge()
lsst::afw::detection::FootprintMerge::~FootprintMerge |
( |
| ) |
|
|
default |
◆ FootprintMerge() [2/3]
lsst::afw::detection::FootprintMerge::FootprintMerge |
( |
FootprintMerge const & |
| ) |
|
|
default |
◆ FootprintMerge() [3/3]
lsst::afw::detection::FootprintMerge::FootprintMerge |
( |
FootprintMerge && |
| ) |
|
|
default |
◆ add() [1/2]
void lsst::afw::detection::FootprintMerge::add |
( |
FootprintMerge const & |
other, |
|
|
FilterMap const & |
keys, |
|
|
float |
minNewPeakDist = -1. , |
|
|
float |
maxSamePeakDist = -1. |
|
) |
| |
|
inline |
◆ add() [2/2]
◆ addSpans()
◆ getBBox()
◆ getMergedFootprint()
◆ getSource()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ overlaps()
bool lsst::afw::detection::FootprintMerge::overlaps |
( |
Footprint const & |
rhs | ) |
const |
|
inline |
The documentation for this class was generated from the following file: