IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Shape3dColl.h
1 // Shape3dColl.h:
3 // --------------
4 //
14 
15 #ifndef __IPSDKBASESHAPESEGMENTATION_SHAPE3DCOLL_H__
16 #define __IPSDKBASESHAPESEGMENTATION_SHAPE3DCOLL_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_SHAPE3DCOLL_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
Definition of import/export macro for library.
Predefined types for shape 3d management.
Collection of shape 3d.
Definition: Shape3dColl.h:29
Shape 3d associated to one or more closed mesh 3d.
Definition: Shape3d.h:34