IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BaseEntity3dCollAttribute.h
1 // BaseEntity3dCollAttribute.h:
3 // ----------------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_BASEENTITY3DCOLLATTRIBUTE_H__
16 #define __IPSDKIMAGEPROCESSING_BASEENTITY3DCOLLATTRIBUTE_H__
17 
18 #include <IPSDKImageProcessing/Attribute/GeometryEntityColl/3d/BaseGeometryEntity3dCollAttribute.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 eGeometryEntity3dCollAttributeType::domain g_geometryEntity3dCollAttributeType = eGeometryEntity3dCollAttributeType::eGE3DAT_Generic;
36 
37 protected:
40 
41 public:
43  virtual ~BaseEntity3dCollAttribute() = 0;
44 
45 // methods
46 public:
48  eGeometryEntity3dCollAttributeType getGeometryEntity3dCollAttributeType() 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_BASEENTITY3DCOLLATTRIBUTE_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Attribute associated to a collection of generic 3d geometry entities.
Definition: GeometryEntity3dCollTypes.h:35
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Predefined types for entity 3d management.
eGeometryEntity3dCollAttributeType getGeometryEntity3dCollAttributeType() const
retrieve geometry entity 3d collection attribute type
Definition: BaseEntity3dCollAttribute.h:59
Base class for generic geometry entity 3d collection attribute.
Definition: BaseEntity3dCollAttribute.h:27
static const eGeometryEntity3dCollAttributeType::domain g_geometryEntity3dCollAttributeType
geometry entity 3d collection attribute type
Definition: BaseEntity3dCollAttribute.h:35
Base class for geometry entity 3d collection attributes.
Definition: BaseGeometryEntity3dCollAttribute.h:27
eGeometryEntity3dCollAttributeType
Enumerate describing geometry entity 3d collection attribute type.
Definition: GeometryEntity3dCollTypes.h:33