16 #ifndef __IPSDKIMAGEPROCESSING_BASEZSTRIP3DWITHKERNELATTRIBUTE_H__ 17 #define __IPSDKIMAGEPROCESSING_BASEZSTRIP3DWITHKERNELATTRIBUTE_H__ 19 #include <IPSDKImageProcessing/Attribute/Strip/BaseStripAttribute.h> 68 ipUInt64 getStartingKernelSizeX()
const;
69 ipUInt64 getStartingKernelSizeY()
const;
70 ipUInt64 getStartingKernelSizeZ()
const;
77 ipUInt64 getEndingKernelSizeX()
const;
78 ipUInt64 getEndingKernelSizeY()
const;
79 ipUInt64 getEndingKernelSizeZ()
const;
86 ipUInt64 getNbMissingStartingPlans()
const;
92 ipUInt64 getNbMissingEndingPlans()
const;
114 #endif // __IPSDKIMAGEPROCESSING_BASEZSTRIP3DWITHKERNELATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eStripAttributeType
Enumerate describing strip attributes type.
Definition: StripAttributeTypes.h:44
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
eStripAttributeType getStripAttributeType() const
retrieve strip attribute type
Definition: BaseZStrip3dWithKernelAttribute.h:103
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
#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
Base class for image 3d strip with splitting along Z axis associated to a kernel. ...
Definition: BaseImageZStrip3dWithKernel.h:33
Base class for image strip attributes.
Definition: BaseStripAttribute.h:34
static const eStripAttributeType::domain g_stripAttributeType
strip attribute type
Definition: BaseZStrip3dWithKernelAttribute.h:35
Attribute associated to an XYZ plan strip ordered first in x then in y and then in z and a kernel...
Definition: StripAttributeTypes.h:62