lsst.afw gf03f0b42f3+b1047159b2
Loading...
Searching...
No Matches
BoundedField.cc File Reference

Go to the source code of this file.

Namespaces

namespace  lsst
 
namespace  lsst::afw
 
namespace  lsst::afw::math
 

Macros

#define INSTANTIATE(T)
 

Functions

std::shared_ptr< BoundedFieldlsst::afw::math::operator* (double const scale, std::shared_ptr< BoundedField const > bf)
 

Macro Definition Documentation

◆ INSTANTIATE

#define INSTANTIATE ( T)
Value:
template void BoundedField::fillImage(image::Image<T> &, bool, int, int) const; \
template void BoundedField::addToImage(image::Image<T> &, double, bool, int, int) const; \
template void BoundedField::multiplyImage(image::Image<T> &, bool, int, int) const; \
template void BoundedField::multiplyImage(image::MaskedImage<T> &, bool) const; \
template void BoundedField::divideImage(image::Image<T> &, bool, int, int) const; \
template void BoundedField::divideImage(image::MaskedImage<T> &, bool) const
A class to represent a 2-dimensional array of pixels.
Definition Image.h:51
A class to manipulate images, masks, and variance as a single object.
Definition MaskedImage.h:74

Definition at line 354 of file BoundedField.cc.