![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
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... | |
Utility functions for dynamic objects copy.
1.8.14