16 #ifndef __IPSDKIMAGEPROCESSING_BASEINPUTZSTRIP3DWITHKERNELATTRIBUTE_H__ 17 #define __IPSDKIMAGEPROCESSING_BASEINPUTZSTRIP3DWITHKERNELATTRIBUTE_H__ 19 #include <IPSDKImageProcessing/Attribute/Strip/ZStrip3dWithKernel/BaseZStrip3dWithKernelAttribute.h> 24 class InputImageZStrip3dWithKernel;
64 void init(
const StorageType& pImageZStrip3dWithKernel);
69 const ValueType& getImageZStrip3dWithKernel()
const;
95 #endif // __IPSDKIMAGEPROCESSING_BASEINPUTZSTRIP3DWITHKERNELATTRIBUTE_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< ValueType > StorageType
storage type associated to object
Definition: BaseInputZStrip3dWithKernelAttribute.h:46
#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
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 attributes associated to an image 3d strip with splitting along Z axis and a kernel...
Definition: BaseZStrip3dWithKernelAttribute.h:27
boost::shared_ptr< const ValueType > ConstStorageType
const storage type associated to object
Definition: BaseInputZStrip3dWithKernelAttribute.h:49
image::InputImageZStrip3dWithKernel ValueType
value type associated to object
Definition: BaseInputZStrip3dWithKernelAttribute.h:43
Base class for input attributes associated to an image 3d strip with splitting along Z axis and a ker...
Definition: BaseInputZStrip3dWithKernelAttribute.h:32
Input class for image 3d strip with splitting along Z axis associated to a kernel.
Definition: InputImageZStrip3dWithKernel.h:29