IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
BufferUtils.h File Reference

Utility functions for data buffer management. More...

#include <IPSDKBaseData/IPSDKBaseDataExports.h>
#include <IPSDKUtil/BaseTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 

Functions

IPSDKBASEDATA_API ipUInt32 ipsdk::getBufferBaseSize (const eDataType &dataType)
 recovery of buffer size from its type (in octets)
 
IPSDKBASEDATA_API void ipsdk::copyBuffer (void *pOutput, const ipUInt64 size, const void *pInput)
 copy of buffer data
 
IPSDKBASEDATA_API void ipsdk::copyBuffer (void *pOutput, const eDataType &dataType, const ipUInt64 size, const void *pInput)
 copy of buffer data
 
template<typename T >
IPSDKBASEDATA_API void ipsdk::copyBuffer (T *pOutput, const ipUInt64 size, const T *pInput)
 copy of buffer data
 
IPSDKBASEDATA_API void ipsdk::copyBufferMiror (void *pOutput, const eDataType &dataType, const ipUInt64 size, const void *pInput)
 copy of buffer mirroring data More...
 
template<typename T >
IPSDKBASEDATA_API void ipsdk::copyBufferMiror (T *pOutput, const ipUInt64 size, const T *pInput)
 copy of buffer mirroring data
 
IPSDKBASEDATA_API void ipsdk::setBufferValues (const ipReal64 value, const eDataType &dataType, const ipUInt64 size, void *pBuf)
 set buffer values to a given constant value More...
 
template<typename T >
IPSDKBASEDATA_API void ipsdk::setBufferValues (const T value, const ipUInt64 size, T *pBuf)
 set buffer values to a given constant value
 

Detailed Description

Utility functions for data buffer management.

Author
E. Noirfalise
Date
2013/1/4