_allocateView(lsst::geom::Extent2I const &dimensions, Manager::Ptr &manager) | lsst::afw::image::ImageBase< PixelT > | protectedstatic |
_getRawView() const | lsst::afw::image::ImageBase< PixelT > | inlineprotected |
_makeSubView(lsst::geom::Extent2I const &dimensions, lsst::geom::Extent2I const &offset, const _view_t &view) | lsst::afw::image::ImageBase< PixelT > | protectedstatic |
Array typedef | lsst::afw::image::ImageBase< PixelT > | |
assign(ImageBase const &rhs, lsst::geom::Box2I const &bbox=lsst::geom::Box2I(), ImageOrigin origin=PARENT) | lsst::afw::image::ImageBase< PixelT > | |
at(int x, int y) const | lsst::afw::image::ImageBase< PixelT > | |
begin() const | lsst::afw::image::ImageBase< PixelT > | |
begin(bool contiguous) const | lsst::afw::image::ImageBase< PixelT > | |
col_begin(int x) const | lsst::afw::image::ImageBase< PixelT > | inline |
col_end(int x) const | lsst::afw::image::ImageBase< PixelT > | inline |
COLUMN enum value | lsst::afw::image::ImageSlice< PixelT > | |
const_iterator typedef | lsst::afw::image::ImageBase< PixelT > | |
const_reverse_iterator typedef | lsst::afw::image::ImageBase< PixelT > | |
const_x_iterator typedef | lsst::afw::image::ImageBase< PixelT > | |
const_xy_locator typedef | lsst::afw::image::ImageBase< PixelT > | |
const_y_iterator typedef | lsst::afw::image::ImageBase< PixelT > | |
ConstArray typedef | lsst::afw::image::ImageBase< PixelT > | |
end() const | lsst::afw::image::ImageBase< PixelT > | |
end(bool contiguous) const | lsst::afw::image::ImageBase< PixelT > | |
fast_iterator typedef | lsst::afw::image::ImageBase< PixelT > | |
get(lsst::geom::Point2I const &index, ImageOrigin origin) | lsst::afw::image::ImageBase< PixelT > | |
get(lsst::geom::Point2I const &index, ImageOrigin origin) const | lsst::afw::image::ImageBase< PixelT > | |
getArea() const | lsst::afw::image::ImageBase< PixelT > | inline |
getArray() | lsst::afw::image::ImageBase< PixelT > | |
getArray() const | lsst::afw::image::ImageBase< PixelT > | |
getBBox(ImageOrigin origin=PARENT) const | lsst::afw::image::ImageBase< PixelT > | inline |
getDimensions() const | lsst::afw::image::ImageBase< PixelT > | inline |
getHeight() const | lsst::afw::image::ImageBase< PixelT > | inline |
getImageSliceType() const | lsst::afw::image::ImageSlice< PixelT > | inline |
getWidth() const | lsst::afw::image::ImageBase< PixelT > | inline |
getX0() const | lsst::afw::image::ImageBase< PixelT > | inline |
getXY0() const | lsst::afw::image::ImageBase< PixelT > | inline |
getY0() const | lsst::afw::image::ImageBase< PixelT > | inline |
Image(unsigned int width, unsigned int height, PixelT initialValue=0) | lsst::afw::image::Image< PixelT > | explicit |
Image(lsst::geom::Extent2I const &dimensions=lsst::geom::Extent2I(), PixelT initialValue=0) | lsst::afw::image::Image< PixelT > | explicit |
Image(lsst::geom::Box2I const &bbox, PixelT initialValue=0) | lsst::afw::image::Image< PixelT > | explicit |
Image(Image const &rhs, lsst::geom::Box2I const &bbox, ImageOrigin const origin=PARENT, const bool deep=false) | lsst::afw::image::Image< PixelT > | explicit |
Image(const Image &rhs, const bool deep=false) | lsst::afw::image::Image< PixelT > | |
Image(Image &&rhs) | lsst::afw::image::Image< PixelT > | |
Image(std::string const &fileName, int hdu=fits::DEFAULT_HDU, std::shared_ptr< lsst::daf::base::PropertySet > metadata=std::shared_ptr< lsst::daf::base::PropertySet >(), lsst::geom::Box2I const &bbox=lsst::geom::Box2I(), ImageOrigin origin=PARENT, bool allowUnsafe=false) | lsst::afw::image::Image< PixelT > | explicit |
Image(fits::MemFileManager &manager, int hdu=fits::DEFAULT_HDU, std::shared_ptr< lsst::daf::base::PropertySet > metadata=std::shared_ptr< lsst::daf::base::PropertySet >(), lsst::geom::Box2I const &bbox=lsst::geom::Box2I(), ImageOrigin origin=PARENT, bool allowUnsafe=false) | lsst::afw::image::Image< PixelT > | explicit |
Image(fits::Fits &fitsfile, std::shared_ptr< lsst::daf::base::PropertySet > metadata=std::shared_ptr< lsst::daf::base::PropertySet >(), lsst::geom::Box2I const &bbox=lsst::geom::Box2I(), ImageOrigin origin=PARENT, bool allowUnsafe=false) | lsst::afw::image::Image< PixelT > | explicit |
Image(Image< OtherPixelT > const &rhs, const bool deep) | lsst::afw::image::Image< PixelT > | inline |
Image(ndarray::Array< PixelT, 2, 1 > const &array, bool deep=false, lsst::geom::Point2I const &xy0=lsst::geom::Point2I()) | lsst::afw::image::Image< PixelT > | inlineexplicit |
image_category typedef | lsst::afw::image::Image< PixelT > | |
ImageBase(const lsst::geom::Extent2I &dimensions=lsst::geom::Extent2I()) | lsst::afw::image::ImageBase< PixelT > | explicit |
ImageBase(const lsst::geom::Box2I &bbox) | lsst::afw::image::ImageBase< PixelT > | explicit |
ImageBase(const ImageBase &src, const bool deep=false) | lsst::afw::image::ImageBase< PixelT > | |
ImageBase(ImageBase &&src) | lsst::afw::image::ImageBase< PixelT > | |
ImageBase(const ImageBase &src, const lsst::geom::Box2I &bbox, const ImageOrigin origin=PARENT, const bool deep=false) | lsst::afw::image::ImageBase< PixelT > | explicit |
ImageBase(const ImageBase< OtherPixelT > &rhs, const bool deep) | lsst::afw::image::ImageBase< PixelT > | inline |
ImageBase(Array const &array, bool deep=false, lsst::geom::Point2I const &xy0=lsst::geom::Point2I()) | lsst::afw::image::ImageBase< PixelT > | explicit |
ImageSlice(Image< PixelT > const &img) | lsst::afw::image::ImageSlice< PixelT > | explicit |
ImageSliceType enum name | lsst::afw::image::ImageSlice< PixelT > | |
indexToPosition(double ind, lsst::afw::image::xOrY const xy) const | lsst::afw::image::ImageBase< PixelT > | inline |
isContiguous() const | lsst::afw::image::ImageBase< PixelT > | inlineprotected |
iterator typedef | lsst::afw::image::ImageBase< PixelT > | |
operator()(int x, int y) | lsst::afw::image::ImageBase< PixelT > | |
operator()(int x, int y, CheckIndices const &) | lsst::afw::image::ImageBase< PixelT > | |
operator()(int x, int y) const | lsst::afw::image::ImageBase< PixelT > | |
operator()(int x, int y, CheckIndices const &) const | lsst::afw::image::ImageBase< PixelT > | |
operator*=(PixelT const rhs) | lsst::afw::image::Image< PixelT > | |
operator*=(Image< PixelT > const &rhs) | lsst::afw::image::Image< PixelT > | |
operator+=(PixelT const rhs) | lsst::afw::image::Image< PixelT > | |
operator+=(Image< PixelT > const &rhs) | lsst::afw::image::Image< PixelT > | virtual |
operator+=(lsst::afw::math::Function2< double > const &function) | lsst::afw::image::Image< PixelT > | |
operator-=(PixelT const rhs) | lsst::afw::image::Image< PixelT > | |
operator-=(Image< PixelT > const &rhs) | lsst::afw::image::Image< PixelT > | |
operator-=(lsst::afw::math::Function2< double > const &function) | lsst::afw::image::Image< PixelT > | |
operator/=(PixelT const rhs) | lsst::afw::image::Image< PixelT > | |
operator/=(Image< PixelT > const &rhs) | lsst::afw::image::Image< PixelT > | |
operator/=(double const rhs) | lsst::afw::image::Image< PixelT > | |
operator/=(float const rhs) | lsst::afw::image::Image< PixelT > | |
operator=(const PixelT rhs) | lsst::afw::image::Image< PixelT > | |
operator=(const Image &rhs) | lsst::afw::image::Image< PixelT > | |
operator=(Image &&rhs) | lsst::afw::image::Image< PixelT > | |
lsst::afw::image::ImageBase::operator=(const ImageBase &rhs) | lsst::afw::image::ImageBase< PixelT > | |
lsst::afw::image::ImageBase::operator=(ImageBase &&rhs) | lsst::afw::image::ImageBase< PixelT > | |
operator[](lsst::geom::Box2I const &bbox) const | lsst::afw::image::Image< PixelT > | inline |
lsst::afw::image::ImageBase::operator[](lsst::geom::Point2I const &index) | lsst::afw::image::ImageBase< PixelT > | inline |
lsst::afw::image::ImageBase::operator[](lsst::geom::Point2I const &index) const | lsst::afw::image::ImageBase< PixelT > | inline |
Pixel typedef | lsst::afw::image::ImageBase< PixelT > | |
PixelCast(SinglePixelT rhs) | lsst::afw::image::ImageBase< PixelT > | inlinestatic |
PixelConstReference typedef | lsst::afw::image::ImageBase< PixelT > | |
PixelReference typedef | lsst::afw::image::ImageBase< PixelT > | |
positionToIndex(double const pos, lsst::afw::image::xOrY const xy) const | lsst::afw::image::ImageBase< PixelT > | inline |
rbegin() const | lsst::afw::image::ImageBase< PixelT > | |
readFits(std::string const &filename, int hdu=fits::DEFAULT_HDU) | lsst::afw::image::Image< PixelT > | inlinestatic |
readFits(fits::MemFileManager &manager, int hdu=fits::DEFAULT_HDU) | lsst::afw::image::Image< PixelT > | inlinestatic |
rend() const | lsst::afw::image::ImageBase< PixelT > | |
reverse_iterator typedef | lsst::afw::image::ImageBase< PixelT > | |
ROW enum value | lsst::afw::image::ImageSlice< PixelT > | |
row_begin(int y) const | lsst::afw::image::ImageBase< PixelT > | inline |
row_end(int y) const | lsst::afw::image::ImageBase< PixelT > | inline |
scaledDivides(PixelT const c, Image< PixelT > const &rhs) | lsst::afw::image::Image< PixelT > | |
scaledMinus(PixelT const c, Image< PixelT > const &rhs) | lsst::afw::image::Image< PixelT > | |
scaledMultiplies(PixelT const c, Image< PixelT > const &rhs) | lsst::afw::image::Image< PixelT > | |
scaledPlus(PixelT const c, Image< PixelT > const &rhs) | lsst::afw::image::Image< PixelT > | |
setXY0(lsst::geom::Point2I const origin) | lsst::afw::image::ImageBase< PixelT > | inline |
setXY0(int const x0, int const y0) | lsst::afw::image::ImageBase< PixelT > | inline |
SinglePixel typedef | lsst::afw::image::ImageBase< PixelT > | |
sqrt() | lsst::afw::image::Image< PixelT > | |
subset(lsst::geom::Box2I const &bbox, ImageOrigin origin=PARENT) const | lsst::afw::image::Image< PixelT > | inline |
swap(Image &rhs) | lsst::afw::image::Image< PixelT > | |
lsst::afw::image::ImageBase::swap(ImageBase &rhs) | lsst::afw::image::ImageBase< PixelT > | |
writeFits(std::string const &fileName, std::shared_ptr< lsst::daf::base::PropertySet const > metadata=std::shared_ptr< lsst::daf::base::PropertySet const >(), std::string const &mode="w") const | lsst::afw::image::Image< PixelT > | |
writeFits(fits::MemFileManager &manager, std::shared_ptr< lsst::daf::base::PropertySet const > metadata=std::shared_ptr< lsst::daf::base::PropertySet const >(), std::string const &mode="w") const | lsst::afw::image::Image< PixelT > | |
writeFits(fits::Fits &fitsfile, std::shared_ptr< lsst::daf::base::PropertySet const > metadata=std::shared_ptr< lsst::daf::base::PropertySet const >()) const | lsst::afw::image::Image< PixelT > | |
writeFits(std::string const &filename, fits::ImageWriteOptions const &options, std::string const &mode="w", std::shared_ptr< daf::base::PropertySet const > header=nullptr, std::shared_ptr< Mask< MaskPixel > const > mask=nullptr) const | lsst::afw::image::Image< PixelT > | |
writeFits(fits::MemFileManager &manager, fits::ImageWriteOptions const &options, std::string const &mode="w", std::shared_ptr< daf::base::PropertySet const > header=nullptr, std::shared_ptr< Mask< MaskPixel > const > mask=nullptr) const | lsst::afw::image::Image< PixelT > | |
writeFits(fits::Fits &fitsfile, fits::ImageWriteOptions const &options, std::shared_ptr< daf::base::PropertySet const > header=nullptr, std::shared_ptr< Mask< MaskPixel > const > mask=nullptr) const | lsst::afw::image::Image< PixelT > | |
x_at(int x, int y) const | lsst::afw::image::ImageBase< PixelT > | inline |
x_iterator typedef | lsst::afw::image::ImageBase< PixelT > | |
xy_at(int x, int y) const | lsst::afw::image::ImageBase< PixelT > | inline |
xy_locator typedef | lsst::afw::image::ImageBase< PixelT > | |
xy_x_iterator typedef | lsst::afw::image::ImageBase< PixelT > | |
xy_y_iterator typedef | lsst::afw::image::ImageBase< PixelT > | |
y_at(int x, int y) const | lsst::afw::image::ImageBase< PixelT > | inline |
y_iterator typedef | lsst::afw::image::ImageBase< PixelT > | |
~Image() override=default | lsst::afw::image::Image< PixelT > | |
~ImageBase()=default | lsst::afw::image::ImageBase< PixelT > | virtual |
~ImageSlice() override | lsst::afw::image::ImageSlice< PixelT > | inline |