16 #ifndef __IPSDKIMAGEPROCESSING_BASEINPUTYSTRIP2DATTRIBUTE_H__ 17 #define __IPSDKIMAGEPROCESSING_BASEINPUTYSTRIP2DATTRIBUTE_H__ 19 #include <IPSDKImageProcessing/Attribute/Strip/YStrip2d/BaseYStrip2dAttribute.h> 24 class InputImageYStrip2d;
69 const ValueType& getImageYStrip2d()
const;
95 #endif // __IPSDKIMAGEPROCESSING_BASEINPUTYSTRIP2DATTRIBUTE_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< ValueType > StorageType
storage type associated to object
Definition: BaseInputYStrip2dAttribute.h:46
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
boost::shared_ptr< const ValueType > ConstStorageType
const storage type associated to object
Definition: BaseInputYStrip2dAttribute.h:49
#define IPSDK_DECLARE_INPUT_DATA()
macro allowing to declare an input data
Definition: DataStatusHdrMacros.h:106
Base class for input image 2d strip with splitting along Y axis attributes.
Definition: BaseInputYStrip2dAttribute.h:32
Class encapsulating an auto initialized uuid.
Definition: Guid.h:27
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for image 2d strip with splitting along Y axis attributes.
Definition: BaseYStrip2dAttribute.h:26
image::InputImageYStrip2d ValueType
value type associated to object
Definition: BaseInputYStrip2dAttribute.h:43
Input class for image 2d strip with splitting along Y axis.
Definition: InputImageYStrip2d.h:26