IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BaseEntity2dCollAttribute.h
1 // BaseEntity2dCollAttribute.h:
3 // ----------------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_BASEENTITY2DCOLLATTRIBUTE_H__
16 #define __IPSDKIMAGEPROCESSING_BASEENTITY2DCOLLATTRIBUTE_H__
17 
18 #include <IPSDKImageProcessing/Attribute/GeometryEntityColl/2d/BaseGeometryEntity2dCollAttribute.h>
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
26 
28 {
29  // declare serial class
31 
32 // predefined public types
33 public:
35  static const eGeometryEntity2dCollAttributeType::domain g_geometryEntity2dCollAttributeType = eGeometryEntity2dCollAttributeType::eGE2DAT_Generic;
36 
37 protected:
40 
41 public:
43  virtual ~BaseEntity2dCollAttribute() = 0;
44 
45 // methods
46 public:
48  eGeometryEntity2dCollAttributeType getGeometryEntity2dCollAttributeType() const;
49 
50 // attributes
51 protected:
52 
53 };
54 
57 
60 {
62 }
63 
66 
67 } // end of namespace imaproc
68 } // end of namespace ipsdk
69 
70 #endif // __IPSDKIMAGEPROCESSING_BASEENTITY2DCOLLATTRIBUTE_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eGeometryEntity2dCollAttributeType getGeometryEntity2dCollAttributeType() const
retrieve geometry entity 2d collection attribute type
Definition: BaseEntity2dCollAttribute.h:59
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
eGeometryEntity2dCollAttributeType
Enumerate describing geometry entity 2d collection attribute type.
Definition: GeometryEntity2dCollTypes.h:33
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for geometry entity 2d collection attributes.
Definition: BaseGeometryEntity2dCollAttribute.h:27
static const eGeometryEntity2dCollAttributeType::domain g_geometryEntity2dCollAttributeType
geometry entity 2d collection attribute type
Definition: BaseEntity2dCollAttribute.h:35
Base class for generic geometry entity 2d collection attribute.
Definition: BaseEntity2dCollAttribute.h:27
Attribute associated to a collection of generic 2d geometry entities.
Definition: GeometryEntity2dCollTypes.h:35
Predefined types for entity 2d management.