lsst.afw g1b7e58284d+7dcd958d67
|
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::image |
Enumerations | |
enum | lsst::afw::image::xOrY { lsst::afw::image::X , lsst::afw::image::Y } |
Functions | |
double | lsst::afw::image::indexToPosition (double ind) |
Convert image index to image position. More... | |
int | lsst::afw::image::positionToIndex (double pos) |
Convert image position to nearest integer index. More... | |
int | lsst::afw::image::positionToIndex (double &residual, double pos) |
Convert image position to index (nearest integer and fractional parts) More... | |
std::pair< int, double > | lsst::afw::image::positionToIndex (double const pos, bool) |
Convert image position to index (nearest integer and fractional parts) More... | |
Variables | |
const double | lsst::afw::image::PixelZeroPos = 0.0 |
position of center of pixel 0 More... | |