![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
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 | |
Predefined operators for shape 3d collection split used for data dispatch.
1.8.14