IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Shape3dCollSplitTypes.h
Go to the documentation of this file.
1 // Shape3dCollSplitTypes.h:
3 // ------------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_SHAPE3DCOLLSPLITTYPES_H__
16 #define __IPSDKIMAGEPROCESSING_SHAPE3DCOLLSPLITTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 
25 
31 
33  (eS3DCST_Strip)
34 )
35 
36 
39 } // end of namespace imaproc
40 } // end of namespace ipsdk
41 
42 #endif // __IPSDKIMAGEPROCESSING_SHAPE3DCOLLSPLITTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eShape3dCollSplitType
Enumerate describing measure set split type.
Definition: Shape3dCollSplitTypes.h:32
Simple split operation, input collection is simply segmented into contiguous sub collections.
Definition: Shape3dCollSplitTypes.h:34
Predefined types for image processing elements split.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
Split operation allowing to generate sub collections with respect to shape intersections with strips...
Definition: Shape3dCollSplitTypes.h:36