IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BaseInOutOptionalImageAttribute.h
1 // BaseInOutOptionalImageAttribute.h:
3 // ----------------------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_BASEINOUTOPTIONALIMAGEATTRIBUTE_H__
16 #define __IPSDKIMAGEPROCESSING_BASEINOUTOPTIONALIMAGEATTRIBUTE_H__
17 
18 #include <IPSDKImageProcessing/Attribute/Image/InOut/BaseInOutImageAttribute.h>
19 
20 namespace ipsdk {
21 namespace imaproc {
22 
25 
27 {
28  // declare serial class
30 
31  // declare optional data
33 
34 // constructor and destructor
35 protected:
38 public:
40  virtual ~BaseInOutOptionalImageAttribute() = 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_BASEINOUTOPTIONALIMAGEATTRIBUTE_H__
Base class for in/out optional image attributes.
Definition: BaseInOutOptionalImageAttribute.h:26
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
#define IPSDK_DECLARE_OPTIONAL_DATA()
macro allowing to declare a optional data
Definition: DataStatusHdrMacros.h:153
Base class for in/out image attributes.
Definition: BaseInOutImageAttribute.h:26