LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
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: