![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Predefined operators for static data split used for data dispatch. More...
#include <IPSDKBaseProcessing/DataSplit/Static/Instances/StaticNoSplit.h>#include <IPSDKBaseProcessing/DataSplit/Static/Instances/StaticResultSplit.h>#include <IPSDKBaseProcessing/DataSplit/Static/Instances/StaticParameterSplit.h>#include <boost/make_shared.hpp>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::processor | |
| Namespace agregating IPSDK base routines and classes for algorithm processing. | |
Functions | |
| template<typename TProcessor , typename TAttribute > | |
| boost::shared_ptr< StaticNoSplit< TProcessor, TAttribute > > | ipsdk::processor::staticNoSplit (const typename TAttribute::StorageType &value) |
| create an un-splitted data operation used for data dispatch | |
| template<typename TProcessor , typename TAttribute > | |
| boost::shared_ptr< StaticResultSplit< TProcessor, TAttribute > > | ipsdk::processor::staticResultsSplit (const typename StaticResultSplit< TProcessor, TAttribute >::ParameterCollPtr &pResultsColl) |
| create a results splitted data operation used for data dispatch | |
| template<typename TProcessor , typename TAttribute > | |
| boost::shared_ptr< StaticResultSplit< TProcessor, TAttribute > > | ipsdk::processor::staticResultsSplit (const typename StaticResultSplit< TProcessor, TAttribute >::ParameterCollPtr &pResultsColl, const typename TAttribute::StorageType &pDefaultValue) |
| create a results splitted data operation used for data dispatch | |
| template<typename TProcessor , typename TAttribute > | |
| boost::shared_ptr< StaticParameterSplit< TProcessor, TAttribute > > | ipsdk::processor::staticParameterSplit (const typename StaticParameterSplit< TProcessor, TAttribute >::ParameterCollConstPtr &pParameterColl) |
| create a parameter splitted data operation used for data dispatch | |
Predefined operators for static data split used for data dispatch.
1.8.14