15 #ifndef __IPSDKBASEPROCESSING_BASEINOUTVALUEATTRIBUTE_H__ 16 #define __IPSDKBASEPROCESSING_BASEINOUTVALUEATTRIBUTE_H__ 18 #include <IPSDKBaseProcessing/Attribute/Value/BaseValueAttribute.h> 48 this->initBase(value);
56 return this->accessValue();
66 return this->accessValue();
74 this->accessValue() = value;
88 #endif // __IPSDKBASEPROCESSING_BASEINOUTVALUEATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define IPSDKBASEPROCESSING_API
Import/Export macro for library IPSDKBaseProcessing.
Definition: IPSDKBaseProcessingExports.h:27
void setValue(const T &value)
set value associated to attribute
Definition: BaseInOutValueAttribute.h:72
const T & getValue() const
get value associated to attribute
Definition: BaseInOutValueAttribute.h:54
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
void init(const T &value)
initialize value associated to attribute
Definition: BaseInOutValueAttribute.h:46
#define IPSDK_DECLARE_INOUT_DATA()
macro allowing to declare an in/out data
Definition: DataStatusHdrMacros.h:120
Base class for in/out value attributes.
Definition: BaseInOutValueAttribute.h:27
Base class for value attributes.
Definition: BaseValueAttribute.h:33
T getStorage() const
access to storage associated to attribute
Definition: BaseInOutValueAttribute.h:64