IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
Shape3dCollSplitOperators.h File Reference

Predefined operators for shape 3d collection split used for data dispatch. More...

#include <IPSDKBaseProcessing/DataSplit/Dynamic/DynamicSplitOperators.h>
#include <IPSDKBaseShapeSegmentation/Entity/3d/Shape3dTypes.h>
#include <IPSDKImageProcessing/DataSplit/Shape3dColl/SimpleShape3dCollSplit.h>
#include <IPSDKImageProcessing/DataSplit/Shape3dColl/StripShape3dCollSplit.h>
#include <boost/make_shared.hpp>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::imaproc
 Namespace agregating IPSDK base routines and classes for image algorithm processing.
 

Functions

template<typename TProcessor , typename TAttribute >
boost::shared_ptr< SimpleShape3dCollSplit< TProcessor, ipsdk::shape::segmentation::Shape3dCollConstPtr, TAttribute > > ipsdk::imaproc::simpleShape3dCollSplit (const ipsdk::shape::segmentation::Shape3dCollConstPtr &pShape3dCollAttribute)
 create a simple splitted shaped 3d collection operation used for data dispatch
 
template<typename TProcessor , typename TAttribute , typename InputAttributeType >
boost::shared_ptr< SimpleShape3dCollSplit< TProcessor, typename InputAttributeType::StorageType, TAttribute > > ipsdk::imaproc::simpleShape3dCollSplit (const boost::shared_ptr< InputAttributeType > &pShape3dCollAttribute)
 create a simple splitted shaped 3d collection operation used for data dispatch
 
template<typename TProcessor , typename TAttribute >
boost::shared_ptr< StripShape3dCollSplit< TProcessor, ipsdk::shape::segmentation::Shape3dCollConstPtr, TAttribute > > ipsdk::imaproc::stripShape3dCollSplit (const ipsdk::shape::segmentation::Shape3dCollConstPtr &pShape3dCollAttribute)
 create a by strip splitted shaped 3d collection operation used for data dispatch
 
template<typename TProcessor , typename TAttribute , typename InputAttributeType >
boost::shared_ptr< StripShape3dCollSplit< TProcessor, typename InputAttributeType::StorageType, TAttribute > > ipsdk::imaproc::stripShape3dCollSplit (const boost::shared_ptr< InputAttributeType > &pShape3dCollAttribute)
 create a by strip splitted shaped 3d collection operation used for data dispatch
 

Detailed Description

Predefined operators for shape 3d collection split used for data dispatch.

Author
H. Delestre
Date
2016/02/01