Template Class ImageSlice¶
Defined in File ImageSlice.h
Inheritance Relationships¶
Base Type¶
public lsst::afw::image::Image< PixelT >
(Template Class Image)
Class Documentation¶
-
template<typename
PixelT
>
classImageSlice
: public lsst::afw::image::Image<PixelT>¶ A class to specify a slice of an image
Public Functions
-
ImageSlice
(Image<PixelT> const &img)¶ Constructor for ImageSlice
- Parameters
img
: The image to represent as a slice.
-
~ImageSlice
()¶
-
ImageSliceType
getImageSliceType
() const¶
-