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::ImageDataPtr< T > Struct Template Reference

defines memory region containing image data More...

#include <CudaLanczos.h>

Public Attributes

T * img
 
VarPixelvar
 
MskPixelmsk
 
int strideImg
 
int strideVar
 
int strideMsk
 
int width
 
int height
 

Detailed Description

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

defines memory region containing image data

Definition at line 193 of file CudaLanczos.h.

Member Data Documentation

template<typename T>
int lsst.afw.math.detail::gpu::ImageDataPtr< T >::height

Definition at line 202 of file CudaLanczos.h.

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

Definition at line 195 of file CudaLanczos.h.

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

Definition at line 197 of file CudaLanczos.h.

template<typename T>
int lsst.afw.math.detail::gpu::ImageDataPtr< T >::strideImg

Definition at line 198 of file CudaLanczos.h.

template<typename T>
int lsst.afw.math.detail::gpu::ImageDataPtr< T >::strideMsk

Definition at line 200 of file CudaLanczos.h.

template<typename T>
int lsst.afw.math.detail::gpu::ImageDataPtr< T >::strideVar

Definition at line 199 of file CudaLanczos.h.

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

Definition at line 196 of file CudaLanczos.h.

template<typename T>
int lsst.afw.math.detail::gpu::ImageDataPtr< T >::width

Definition at line 201 of file CudaLanczos.h.


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