Image Utilities (IU)
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Groups Pages
Modules
Memory management

Handles memory management of different types of host and device classes. More...

Modules

 Pitched memory: Image
 Memory management for Image classes.
 
 Linear memory
 Memory management for LinearMemory classes.
 
 Pitched Memory: Volume
 Memory management for Volume classes.
 

Detailed Description

Handles memory management of different types of host and device classes.

The device memory classes can be easily passed to CUDA kernels using a special struct. This struct gives the possibility to not only access the data pointer of the image but also other useful information such as numel/size of the object.