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
Public Attributes | List of all members
lsst.afw.math.detail::gpu::PixelIVM< T > Struct Template Reference

defines a pixel having image, variance and mask planes More...

#include <CudaLanczos.h>

Public Attributes

img
 
VarPixel var
 
MskPixel msk
 

Detailed Description

template<typename T>
struct lsst.afw.math.detail::gpu::PixelIVM< T >

defines a pixel having image, variance and mask planes

Definition at line 181 of file CudaLanczos.h.

Member Data Documentation

template<typename T>
T lsst.afw.math.detail::gpu::PixelIVM< T >::img

Definition at line 183 of file CudaLanczos.h.

template<typename T>
MskPixel lsst.afw.math.detail::gpu::PixelIVM< T >::msk

Definition at line 185 of file CudaLanczos.h.

template<typename T>
VarPixel lsst.afw.math.detail::gpu::PixelIVM< T >::var

Definition at line 184 of file CudaLanczos.h.


The documentation for this struct was generated from the following file: