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

Utility functions for dynamic objects copy. More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 

Functions

template<typename T >
void ipsdk::copyDynamicObjectPtr (const boost::scoped_ptr< T > &pInput, boost::scoped_ptr< T > &pOutput)
 copy of scoped pointer to BaseDynamicObject derived type More...
 
template<typename T >
void ipsdk::copyDynamicObjectPtr (const boost::shared_ptr< T > &pInput, boost::shared_ptr< T > &pOutput)
 copy of shared pointer to BaseDynamicObject derived type More...
 

Detailed Description

Utility functions for dynamic objects copy.

Author
E. Noirfalise
Date
2013/6/24