IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BaseInOutMandatoryDataItemAttribute.h
1 // BaseInOutMandatoryDataItemAttribute.h:
3 // --------------------------------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_BASEINOUTMANDATORYDATAITEMATTRIBUTE_H__
16 #define __IPSDKBASEPROCESSING_BASEINOUTMANDATORYDATAITEMATTRIBUTE_H__
17 
18 #include <IPSDKBaseProcessing/Attribute/DataItem/InOut/BaseInOutDataItemAttribute.h>
19 
20 namespace ipsdk {
21 namespace processor {
22 
25 
27 {
28  // declare serial class
30 
31  // declare mandatory data
33 
34 // constructor and destructor
35 protected:
38 public:
41 
42 // methods
43 public:
47  const BaseDataItemNode& getDataItemNode() const;
48 
49 protected:
53  BaseDataItemNode& getDataItemNode();
54 
55 // attributes
56 protected:
57 
58 };
59 
62 
63 } // end of namespace processor
64 } // end of namespace ipsdk
65 
66 #endif // __IPSDKBASEPROCESSING_BASEINOUTMANDATORYDATAITEMATTRIBUTE_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define IPSDKBASEPROCESSING_API
Import/Export macro for library IPSDKBaseProcessing.
Definition: IPSDKBaseProcessingExports.h:27
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
Base class for in/out mandatory attributes encapsulating data item nodes.
Definition: BaseInOutMandatoryDataItemAttribute.h:26
Base class for data item nodes.
Definition: BaseDataItemNode.h:29
Base class for in/out attributes encapsulating data item nodes.
Definition: BaseInOutDataItemAttribute.h:26
#define IPSDK_DECLARE_MANDATORY_DATA()
macro allowing to declare a mandatory data
Definition: DataStatusHdrMacros.h:146