IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PlanIndexedShape3dColl.h
1 // PlanIndexedShape3dColl.h:
3 // -------------------------
4 //
14 
15 #ifndef __IPSDKBASESHAPESEGMENTATION_PLANINDEXEDSHAPE3DCOLL_H__
16 #define __IPSDKBASESHAPESEGMENTATION_PLANINDEXEDSHAPE3DCOLL_H__
17 
20 #include <IPSDKBaseShapeSegmentation/Entity/3d/Shape3dColl.h>
21 
22 namespace ipsdk {
23 namespace shape {
24 namespace segmentation {
25 
28 
29 IPSDK_DECLARE_PLAN_INDEXED_COLL(IPSDKBaseShapeSegmentation,
32 };
33 
36 
37 } // end of namespace segmentation
38 } // end of namespace shape
39 } // end of namespace ipsdk
40 
41 #endif // __IPSDKBASESHAPESEGMENTATION_PLANINDEXEDSHAPE3DCOLL_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition of import/export macro for library.
Header part of plan indexed collection declaration macros.
Collection of shape 3d.
Definition: Shape3dColl.h:29
#define IPSDK_DECLARE_PLAN_INDEXED_COLL(libraryName, className, dataType)
macro allowing to declare a plan indexed collection object
Definition: PlanIndexedCollHdrMacros.h:25
Collection of shape 3d collections indexed with respect to image plans.
Definition: PlanIndexedShape3dColl.h:29