16 #ifndef __IPSDKIMAGEPROCESSING_BASEINOUTZSTRIP3DATTRIBUTE_H__ 17 #define __IPSDKIMAGEPROCESSING_BASEINOUTZSTRIP3DATTRIBUTE_H__ 19 #include <IPSDKImageProcessing/Attribute/Strip/ZStrip3d/BaseZStrip3dAttribute.h> 24 class InOutImageZStrip3d;
70 const ValueType& getImageZStrip3d()
const;
102 #endif // __IPSDKIMAGEPROCESSING_BASEINOUTZSTRIP3DATTRIBUTE_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< const ValueType > ConstStorageType
const storage type associated to object
Definition: BaseInOutZStrip3dAttribute.h:49
boost::shared_ptr< ValueType > StorageType
storage type associated to object
Definition: BaseInOutZStrip3dAttribute.h:46
Base class for image 3d strip with splitting along Z axis attributes.
Definition: BaseZStrip3dAttribute.h:26
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
#define IPSDK_DECLARE_INOUT_DATA()
macro allowing to declare an in/out data
Definition: DataStatusHdrMacros.h:120
Class encapsulating an auto initialized uuid.
Definition: Guid.h:27
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Input and output class for image 3d strip with splitting along Z axis.
Definition: InOutImageZStrip3d.h:26
Base class for input and output image 3d strip with splitting along Z axis attributes.
Definition: BaseInOutZStrip3dAttribute.h:32
image::InOutImageZStrip3d ValueType
value type associated to object
Definition: BaseInOutZStrip3dAttribute.h:43