IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GeometryEntityCollAttributeTypes.h
Go to the documentation of this file.
1 // GeometryEntityCollAttributeTypes.h:
3 // -----------------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_GEOMETRYENTITYCOLLATTRIBUTETYPES_H__
17 #define __IPSDKIMAGEPROCESSING_GEOMETRYENTITYCOLLATTRIBUTETYPES_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 
27 
33  (eGECAT_2d)
35 )
36 
37 
40 } // end of namespace imaproc
41 } // end of namespace ipsdk
42 
43 #endif // __IPSDKIMAGEPROCESSING_GEOMETRYENTITYCOLLATTRIBUTETYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eGeometryEntityCollAttributeType
Enumerate describing geometry entity collection attribute type.
Definition: GeometryEntityCollAttributeTypes.h:34
Predefined types for geometry entity management.
Attribute associated to a collection of 2d geometry entities.
Definition: GeometryEntityCollAttributeTypes.h:36
Attribute associated to a collection of 3d geometry entities.
Definition: GeometryEntityCollAttributeTypes.h:38
Predefined types for image processing attributes management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26