IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BaseOutputMandatoryImageAttribute.h
1 // BaseOutputMandatoryImageAttribute.h:
3 // ------------------------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_BASEOUTPUTMANDATORYIMAGEATTRIBUTE_H__
16 #define __IPSDKIMAGEPROCESSING_BASEOUTPUTMANDATORYIMAGEATTRIBUTE_H__
17 
18 #include <IPSDKImageProcessing/Attribute/Image/Output/BaseOutputImageAttribute.h>
19 
20 namespace ipsdk {
21 namespace imaproc {
22 
25 
27 {
28  // declare serial class
30 
31  // declare mandatory data
33 
34 // constructor and destructor
35 protected:
38 public:
40  virtual ~BaseOutputMandatoryImageAttribute() = 0;
41 
42 // methods
43 public:
44 
45 // attributes
46 protected:
47 
48 };
49 
52 
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #endif // __IPSDKIMAGEPROCESSING_BASEOUTPUTMANDATORYIMAGEATTRIBUTE_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 IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for output mandatory image attributes.
Definition: BaseOutputMandatoryImageAttribute.h:26
Base class for output image attributes.
Definition: BaseOutputImageAttribute.h:26
#define IPSDK_DECLARE_MANDATORY_DATA()
macro allowing to declare a mandatory data
Definition: DataStatusHdrMacros.h:146