16 #ifndef __IPSDKIMAGEPROCESSING_BASEOUTPUTYSTRIPCOLOR2DATTRIBUTE_H__ 17 #define __IPSDKIMAGEPROCESSING_BASEOUTPUTYSTRIPCOLOR2DATTRIBUTE_H__ 19 #include <IPSDKImageProcessing/Attribute/Strip/ZStripColor3d/BaseZStripColor3dAttribute.h> 24 class OutputImageZStripColor3d;
70 const ValueType& getImageZStripColor3d()
const;
98 #endif // __IPSDKIMAGEPROCESSING_BASEOUTPUTZSTRIPCOLOR3DATTRIBUTE_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< const ValueType > ConstStorageType
const storage type associated to object
Definition: BaseOutputZStripColor3dAttribute.h:49
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
image::OutputImageZStripColor3d ValueType
value type associated to object
Definition: BaseOutputZStripColor3dAttribute.h:43
#define IPSDK_DECLARE_OUTPUT_DATA()
macro allowing to declare an output data
Definition: DataStatusHdrMacros.h:113
Base class for output color image 3d strip with splitting along Z axis attributes.
Definition: BaseOutputZStripColor3dAttribute.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
boost::shared_ptr< ValueType > StorageType
storage type associated to object
Definition: BaseOutputZStripColor3dAttribute.h:46
Base class for color image 3d strip with splitting along Z axis attributes.
Definition: BaseZStripColor3dAttribute.h:27
Output class for color image 3d strip with splitting along Z axis.
Definition: OutputImageZStripColor3d.h:26