Template Class ImageSlice

Inheritance Relationships

Base Type

Class Documentation

template<typename PixelT>
class ImageSlice : public lsst::afw::image::Image<PixelT>

A class to specify a slice of an image

Public Types

enum ImageSliceType

Values:

ROW
COLUMN

Public Functions

ImageSlice(Image<PixelT> const &img)

Constructor for ImageSlice

Parameters
  • img: The image to represent as a slice.

~ImageSlice()
ImageSliceType getImageSliceType() const