|
cisst-saw
|
#include <cisstStereoVision/svlTypeCheckers.h>#include <cisstStereoVision/svlProcInfo.h>#include <cisstStereoVision/svlSampleCUDAImage.h>#include <cisstStereoVision/svlExport.h>Go to the source code of this file.
Classes | |
| class | svlSampleCUDAImageCustom< _ValueType, _DataChannels, _VideoChannels > |
Functions | |
| void * | cisst_cudaMalloc (unsigned int size) |
| bool | cisst_cudaMemset (void *devPtr, unsigned char value, unsigned int size) |
| bool | cisst_cudaMemcpyHostToDevice (void *devDestPtr, const void *hostSrcPtr, unsigned int size) |
| bool | cisst_cudaMemcpyDeviceToDevice (void *devDestPtr, const void *devSrcPtr, unsigned int size) |
| bool | cisst_cudaMemcpyDeviceToHost (void *hostDestPtr, const void *devSrcPtr, unsigned int size) |
| bool | cisst_cudaFree (void *devPtr) |
| bool cisst_cudaFree | ( | void * | devPtr | ) |
| void* cisst_cudaMalloc | ( | unsigned int | size | ) |
| bool cisst_cudaMemcpyDeviceToDevice | ( | void * | devDestPtr, |
| const void * | devSrcPtr, | ||
| unsigned int | size | ||
| ) |
| bool cisst_cudaMemcpyDeviceToHost | ( | void * | hostDestPtr, |
| const void * | devSrcPtr, | ||
| unsigned int | size | ||
| ) |
| bool cisst_cudaMemcpyHostToDevice | ( | void * | devDestPtr, |
| const void * | hostSrcPtr, | ||
| unsigned int | size | ||
| ) |
| bool cisst_cudaMemset | ( | void * | devPtr, |
| unsigned char | value, | ||
| unsigned int | size | ||
| ) |
1.8.6