IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Inertia3dMsr.h
1 // Inertia3dMsr.h:
3 // ---------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_INERTIA3DMSR_H__
17 #define __IPSDKIPLSHAPEANALYSIS_INERTIA3DMSR_H__
18 
19 // suppression warnings
20 #pragma warning (push)
21 #pragma warning (disable : 4251)
22 
24 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/Inertia/Inertia3d/Inertia3dMsrResults.h>
26 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/Inertia/Inertia3d/Inertia3dMsrInfo.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace shape {
31 namespace analysis {
32 
35 
36 // declare a measure object
37 IPSDK_DECLARE_GEOMETRY3D_MEASURE(IPSDKIPLShapeAnalysis, Inertia3d)
38 
39 // methods
40 public:
41 
42 // attributes
43 protected:
44 
45 };
46 
49 
50 } // end of namespace analysis
51 } // end of namespace shape
52 } // end of namespace imaproc
53 } // end of namespace ipsdk
54 
55 #pragma warning (pop)
56 
57 #endif // __IPSDKIPLSHAPEANALYSIS_INERTIA3DMSR_H__
#define IPSDK_DECLARE_GEOMETRY3D_MEASURE(libraryName, msrName)
Definition of import/export macro for library.