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

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
 

Detailed Description

Predefined operators for static data split used for data dispatch.

Author
E. Noirfalise
Date
2014/2/10