15 #ifndef __IPSDKIMAGEPROCESSING_BASESTRUCTURINGELEMENTXYZATTRIBUTE_H__ 16 #define __IPSDKIMAGEPROCESSING_BASESTRUCTURINGELEMENTXYZATTRIBUTE_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImageProcessing/Attribute/StructuringElement/BaseStructuringElementAttribute.h> 60 const ValueType& getStructuringElementInfo()
const;
78 void initBase(
const StorageType& pStructuringElementInfo);
104 #pragma warning (pop) 106 #endif // __IPSDKIMAGEPROCESSING_BASESTRUCTURINGELEMENTXYZATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< const StructuringElementXYZInfo > StructuringElementXYZInfoConstPtr
shared pointer to StructuringElementXYZInfo
Definition: StructuringElementInfoTypes.h:84
StorageType _pStructuringElementInfo
structuring element associated to attribute
Definition: BaseStructuringElementXYZAttribute.h:86
#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
Concrete class for objects encapsulating informations about 3d binary structuring element objects...
Definition: StructuringElementXYZInfo.h:35
3d binary structuring element type spanning x, y and z direction
Definition: StructuringElementTypes.h:41
Base class for structuring element attributes.
Definition: BaseStructuringElementAttribute.h:29
Class encapsulating a 3d structuring element spanning along x, y and z axis.
Definition: StructuringElementXYZ.h:35
eStructuringElementType getStructuringElementType() const
retrieve structuring element attribute type
Definition: BaseStructuringElementXYZAttribute.h:93
eStructuringElementType
Enumerate describing binary structuring element type.
Definition: StructuringElementTypes.h:37
StructuringElementXYZInfo ValueType
value type associated to object
Definition: BaseStructuringElementXYZAttribute.h:39
StructuringElementXYZInfoConstPtr StorageType
storage type associated to object
Definition: BaseStructuringElementXYZAttribute.h:42
Base class for XYZ structuring element (SE) attributes.
Definition: BaseStructuringElementXYZAttribute.h:31