Image Utilities (IU)
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Groups Pages
Data Structures | Functions
iuprivate Namespace Reference

For internal use only. More...

Data Structures

class  ImageAllocatorCpu
 
class  ImageAllocatorGpu
 
class  VolumeAllocatorCpu
 
class  VolumeAllocatorGpu
 

Functions

template<typename PixelType , unsigned int Ndim>
void copy (const iu::LinearHostMemory< PixelType, Ndim > *src, iu::LinearHostMemory< PixelType, Ndim > *dst)
 
template<typename PixelType , unsigned int Ndim>
void copy (const iu::LinearDeviceMemory< PixelType, Ndim > *src, iu::LinearDeviceMemory< PixelType, Ndim > *dst)
 
template<typename PixelType , unsigned int Ndim>
void copy (const iu::LinearHostMemory< PixelType, Ndim > *src, iu::LinearDeviceMemory< PixelType, Ndim > *dst)
 
template<typename PixelType , unsigned int Ndim>
void copy (const iu::LinearDeviceMemory< PixelType, Ndim > *src, iu::LinearHostMemory< PixelType, Ndim > *dst)
 
template<typename PixelType , class Allocator >
void copy (const iu::ImageCpu< PixelType, Allocator > *src, iu::ImageCpu< PixelType, Allocator > *dst)
 
template<typename PixelType , class Allocator >
void copy (const iu::ImageGpu< PixelType, Allocator > *src, iu::ImageGpu< PixelType, Allocator > *dst)
 
template<typename PixelType , class AllocatorCpu , class AllocatorGpu >
void copy (const iu::ImageCpu< PixelType, AllocatorCpu > *src, iu::ImageGpu< PixelType, AllocatorGpu > *dst)
 
template<typename PixelType , class AllocatorGpu , class AllocatorCpu >
void copy (const iu::ImageGpu< PixelType, AllocatorGpu > *src, iu::ImageCpu< PixelType, AllocatorCpu > *dst)
 
template<typename PixelType , class Allocator >
void copy (const iu::VolumeCpu< PixelType, Allocator > *src, iu::VolumeCpu< PixelType, Allocator > *dst)
 
template<typename PixelType , class Allocator >
void copy (const iu::VolumeGpu< PixelType, Allocator > *src, iu::VolumeGpu< PixelType, Allocator > *dst)
 
template<typename PixelType , class AllocatorCpu , class AllocatorGpu >
void copy (const iu::VolumeCpu< PixelType, AllocatorCpu > *src, iu::VolumeGpu< PixelType, AllocatorGpu > *dst)
 
template<typename PixelType , class AllocatorGpu , class AllocatorCpu >
void copy (const iu::VolumeGpu< PixelType, AllocatorGpu > *src, iu::VolumeCpu< PixelType, AllocatorCpu > *dst)
 
template<typename PixelType , class AllocatorCpu >
void copy (const iu::ImageCpu< PixelType, AllocatorCpu > *src, iu::LinearHostMemory< PixelType, 1 > *dst)
 
void copy (const iu::ImageGpu_32f_C1 *src, iu::LinearDeviceMemory_32f_C1 *dst)
 

Detailed Description

For internal use only.