15 #ifndef __IPSDKBASEPROCESSING_BASEINPUTVALUEATTRIBUTE_H__ 16 #define __IPSDKBASEPROCESSING_BASEINPUTVALUEATTRIBUTE_H__ 18 #include <IPSDKBaseProcessing/Attribute/Value/BaseValueAttribute.h> 48 this->initBase(value);
56 return this->accessValue();
66 return this->accessValue();
80 #endif // __IPSDKBASEPROCESSING_BASEINPUTVALUEATTRIBUTE_H__ T getStorage() const
access to storage associated to attribute
Definition: BaseInputValueAttribute.h:64
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
#define IPSDK_DECLARE_INPUT_DATA()
macro allowing to declare an input data
Definition: DataStatusHdrMacros.h:106
Base class for input value attributes.
Definition: BaseInputValueAttribute.h:27
Base class for value attributes.
Definition: BaseValueAttribute.h:33
void init(const T &value)
initialize value associated to attribute
Definition: BaseInputValueAttribute.h:46
const T & getValue() const
get value associated to attribute
Definition: BaseInputValueAttribute.h:54