#include <list>
#include <cmath>
#include <cstdint>
#include "lsst/log/Log.h"
#include "lsst/geom.h"
#include "lsst/meas/deblender/BaselineUtils.h"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/geom/Span.h"
Go to the source code of this file.
|
| class | RelativeSpanIterator |
| | This is a convenience class used in symmetrizeFootprint, wrapping the idea of iterating through a SpanList either forward or backward, and looking at dx,dy coordinates relative to a center cx,cy coordinate. More...
|
| |
◆ lround()
| T std::lround |
( |
T... | args | ) |
|