IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Shape2dColl.h
1 // Shape2dColl.h:
3 // --------------
4 //
14 
15 #ifndef __IPSDKBASESHAPESEGMENTATION_SHAPE2DCOLL_H__
16 #define __IPSDKBASESHAPESEGMENTATION_SHAPE2DCOLL_H__
17 
21 
22 namespace ipsdk {
23 namespace shape {
24 namespace segmentation {
25 
28 
29 IPSDK_DECLARE_PTR_COLL(IPSDKBaseShapeSegmentation,
32 };
33 
36 
37 } // end of namespace segmentation
38 } // end of namespace shape
39 } // end of namespace ipsdk
40 
41 #endif // __IPSDKBASESHAPESEGMENTATION_SHAPE2DCOLL_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Header part of collection of shared pointer to serializable objects declaration macros.
#define IPSDK_DECLARE_PTR_COLL(libraryName, className, dataType)
macro allowing to declare a collection of shared pointer to serializable objects
Definition: PtrCollHdrMacros.h:27
Predefined types for shape 2d management.
Collection of shape 2d.
Definition: Shape2dColl.h:29
Definition of import/export macro for library.
Shape 2d associated to one or more closed polygon 2d.
Definition: Shape2d.h:35