LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Namespaces | Macros | Functions
BoundedField.cc File Reference
#include "lsst/pex/exceptions.h"
#include "lsst/afw/math/BoundedField.h"

Go to the source code of this file.

Namespaces

 lsst
 < multiple inclusion guard macro
 
 lsst.afw
 
 lsst.afw.math
 

Macros

#define INSTANTIATE(T)
 

Functions

boost::shared_ptr< BoundedField > lsst.afw.math::operator* (double const scale, boost::shared_ptr< BoundedField const > bf)
 

Macro Definition Documentation

#define INSTANTIATE (   T)
Value:
template void BoundedField::fillImage(image::Image<T> &, bool) const; \
template void BoundedField::addToImage(image::Image<T> &, double, bool) const; \
template void BoundedField::multiplyImage(image::Image<T> &, bool) const; \
template void BoundedField::divideImage(image::Image<T> &, bool) const
void addToImage(boost::shared_ptr< afw::image::Image< double > > image, std::vector< boost::shared_ptr< afw::image::Image< double > >> const &imgVector, std::vector< double > const &weightVector)
Definition: CoaddPsf.cc:189
A class to represent a 2-dimensional array of pixels.
Definition: PSF.h:43

Definition at line 127 of file BoundedField.cc.

Variable Documentation

double scaleBy

Definition at line 63 of file BoundedField.cc.