IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Polygon2dTypes.h
Go to the documentation of this file.
1 // Polygon2dTypes.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKGEOMETRY_POLYGON2DTYPES_H__
16 #define __IPSDKGEOMETRY_POLYGON2DTYPES_H__
17 
19 #include <IPSDKGeometry/Entity/2d/Point/Point2dData.h>
20 
21 namespace ipsdk {
22 namespace geom {
23 
24 template <typename T>
25 class Polygon2d;
26 
29 
33 
36 
39 )
40 
41 
44 } // end of namespace geom
45 } // end of namespace ipsdk
46 
47 #endif // __IPSDKGEOMETRY_POLYGON2DTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
ePolygon2dType
Enumerate describing polygon type.
Definition: Polygon2dTypes.h:34
Exterior polygon with clock wise point ordering.
Definition: Polygon2dTypes.h:36
Interior polygon with counter clock wise point ordering.
Definition: Polygon2dTypes.h:38
Predefined macros for enumerates management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26