16 #ifndef __IPSDKIMAGEPROCESSING_BASEINPUTXSTRIP2DATTRIBUTE_H__ 17 #define __IPSDKIMAGEPROCESSING_BASEINPUTXSTRIP2DATTRIBUTE_H__ 19 #include <IPSDKImageProcessing/Attribute/Strip/XStrip2d/BaseXStrip2dAttribute.h> 24 class InputImageXStrip2d;
69 const ValueType& getImageXStrip2d()
const;
95 #endif // __IPSDKIMAGEPROCESSING_BASEINPUTXSTRIP2DATTRIBUTE_H__
Base class for input image 2d strip with splitting along X axis attributes.
Definition: BaseInputXStrip2dAttribute.h:32
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< const ValueType > ConstStorageType
const storage type associated to object
Definition: BaseInputXStrip2dAttribute.h:49
#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
boost::shared_ptr< ValueType > StorageType
storage type associated to object
Definition: BaseInputXStrip2dAttribute.h:46
image::InputImageXStrip2d ValueType
value type associated to object
Definition: BaseInputXStrip2dAttribute.h:43
Input class for image 2d strip with splitting along X axis.
Definition: InputImageXStrip2d.h:26
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 X axis attributes.
Definition: BaseXStrip2dAttribute.h:26