Go to the source code of this file.
|  | 
| #define | INSTANTIATE(T)   template int applyLookupTable<T>(afw::image::Image<T> &, ndarray::Array<T, 1, 1> const &, T); | 
|  | 
|  | 
| template<typename PixelT > | 
| int | lsst::ip::isr::applyLookupTable (afw::image::Image< PixelT > &image, ndarray::Array< PixelT, 1, 1 > const &table, PixelT indOffset) | 
|  | Add the values in a lookup table to an image, e.g.  More... 
 | 
|  | 
| template int | lsst::ip::isr::applyLookupTable< float > (afw::image::Image< float > &, ndarray::Array< float, 1, 1 > const &, float) | 
|  | 
| template int | lsst::ip::isr::applyLookupTable< double > (afw::image::Image< double > &, ndarray::Array< double, 1, 1 > const &, double) | 
|  | 
◆ INSTANTIATE
      
        
          | #define INSTANTIATE | ( |  | T | ) | template int applyLookupTable<T>(afw::image::Image<T> &, ndarray::Array<T, 1, 1> const &, T); |