IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FirstPixel3dMsrInfo.h
1 // FirstPixel3dMsrInfo.h:
3 // ----------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_FIRSTPIXEL3DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_FIRSTPIXEL3DMSRINFO_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
27 class FirstPixel3dMsrResults;
28 
29 
32 
33 // declare a measure information
35  FirstPixel3d,
36  FirstPixel3dMsrResults,
37  IPSDK_MEASURE_NO_DEPENDENCY,
38  eMSR_RequireShapeRowIntersect,
39  eMUF_NoUnit)
40 
41 // methods
42 public:
43 
44 protected:
45 
46 // attributs
47 protected:
48 
49 };
50 
53 
54 } // end of namespace analysis
55 } // end of namespace shape
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLSHAPEANALYSIS_FIRSTPIXEL3DMSRINFO_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_GEOMETRY3D_MEASURE_INFO_WITHOUT_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrShapeRequirements, msrUnitFormat)