IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BaseTile3dCollAttribute.h
1 // BaseTile3dCollAttribute.h:
3 // --------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_BASETILE3DCOLLATTRIBUTE_H__
17 #define __IPSDKIMAGEPROCESSING_BASETILE3DCOLLATTRIBUTE_H__
18 
19 #include <IPSDKImageProcessing/Attribute/TileColl/BaseTileCollAttribute.h>
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
26 
28 {
29  // declare serial class
31 
32 // predefined public type
33 public:
35  static const eTileCollAttributeType::domain g_tileCollAttributeType = eTileCollAttributeType::eTCAT_3d;
36 
37 // constructor and destructor
38 protected:
41 public:
43  virtual ~BaseTile3dCollAttribute() = 0;
44 
45 // methods
46 public:
48  eTileCollAttributeType getTileCollAttributeType() 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_BASETILE3DCOLLATTRIBUTE_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eTileCollAttributeType
Enumerate describing tile collection attributes type.
Definition: TileCollAttributeTypes.h:38
#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
Base class for attributes associated to collection of image 3d tile.
Definition: BaseTile3dCollAttribute.h:27
static const eTileCollAttributeType::domain g_tileCollAttributeType
tile attribute type
Definition: BaseTile3dCollAttribute.h:35
eTileCollAttributeType getTileCollAttributeType() const
retrieve tile attribute type
Definition: BaseTile3dCollAttribute.h:59
Attribute associated to a collection of 3d tile.
Definition: TileCollAttributeTypes.h:42
Base class for attributes associated to collection of image tile.
Definition: BaseTileCollAttribute.h:36