15 #ifndef __IPSDKIMAGEPROCESSING_BASEPLANINDEXEDSPLIT_H__ 16 #define __IPSDKIMAGEPROCESSING_BASEPLANINDEXEDSPLIT_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 25 #include <IPSDKBaseProcessing/DataSplit/Static/BaseStaticSplit.h> 71 const bool bCanBeSingle);
99 #endif // __IPSDKIMAGEPROCESSING_BASEPLANINDEXEDSPLIT_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< BasePlanIndexedColl > PlanIndexedCollPtr
shared pointer to plan indexed collection
Definition: PlanIndexedCollTypes.h:25
ipUInt64 _sizeC
image size associated to operation
Definition: BasePlanIndexedSplit.h:81
ipUInt64 _sizeT
image size associated to operation
Definition: BasePlanIndexedSplit.h:82
processor::eSplitStaticType getSplitStaticType() const
retrieve static split operation type
Definition: BasePlanIndexedSplit.h:46
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
PlanIndexedCollPtr _pPlanIndexedColl
pointer to plan indexed collection to be splitted
Definition: BasePlanIndexedSplit.h:76
Predefined types for image processing elements split.
Split operation of a plan indexed data.
Definition: ImageSplitTypes.h:43
eImageSplitType getImageSplitType() const
retrieve image split operation type
Definition: BasePlanIndexedSplit.h:52
Definition of import/export macro for library.
eSplitStaticType
Enumerate describing static split operation type.
Definition: StaticSplitTypes.h:32
Base class for data static split objets used for data dispatch.
Definition: BaseStaticSplit.h:34
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
eImageSplitType
Enumerate describing image split operation type.
Definition: ImageSplitTypes.h:33
Predefined types for plan indexed collection management.
ipUInt64 _sizeZ
image size associated to operation
Definition: BasePlanIndexedSplit.h:80
Static split operation type for image processing elements.
Definition: StaticSplitTypes.h:40
Collection of serializable objects indexed by plan.
Definition: BasePlanIndexedColl.h:34
Base class for plan indexed split operations for data dispatch.
Definition: BasePlanIndexedSplit.h:34
bool _bCanBeSingle
Definition: BasePlanIndexedSplit.h:88