IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InputEntity3dCollAttribute.h
1 // InputEntity3dCollAttribute.h:
3 // -----------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_INPUTENTITY3DCOLLATTRIBUTE_H__
17 #define __IPSDKIMAGEPROCESSING_INPUTENTITY3DCOLLATTRIBUTE_H__
18 
19 #include <IPSDKImageProcessing/Attribute/GeometryEntityColl/3d/Entity3dColl/BaseEntity3dCollAttribute.h>
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
26 
28 {
29  // declare serial class
31 
32  // declare input data
34 
35 protected:
38 
39 public:
41  virtual ~InputEntity3dCollAttribute() = 0;
42 
43 // methods
44 public:
45 
46 // attributes
47 protected:
48 
49 };
50 
53 
54 } // end of namespace imaproc
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKIMAGEPROCESSING_INPUTENTITY3DCOLLATTRIBUTE_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
#define IPSDK_DECLARE_INPUT_DATA()
macro allowing to declare an input data
Definition: DataStatusHdrMacros.h:106
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for generic geometry entity 3d collection attribute.
Definition: BaseEntity3dCollAttribute.h:27
Base class for input generic geometry entity 3d collection attribute.
Definition: InputEntity3dCollAttribute.h:27