Namespace: Rx::LFR – Class: CudaImage – Header: Rx.LFR/CudaImage.h

CudaImage::GetData Method

C++
void* GetData()

Returns the CUDA device pointer that holds the actual image data allocated via cudaMallocPitch.

Returns

void*

The data pointer.