15 #ifndef __IPSDKIMAGEPROCESSING_BASESTRUCTURINGELEMENTXYATTRIBUTE_H__ 16 #define __IPSDKIMAGEPROCESSING_BASESTRUCTURINGELEMENTXYATTRIBUTE_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_BASESTRUCTURINGELEMENTXYATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
StorageType _pStructuringElementInfo
structuring element associated to attribute
Definition: BaseStructuringElementXYAttribute.h:86
2d binary structuring element type spanning x and y direction
Definition: StructuringElementTypes.h:39
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
Concrete class for objects encapsulating informations about 2d binary structuring element objects...
Definition: StructuringElementXYInfo.h:35
boost::shared_ptr< const StructuringElementXYInfo > StructuringElementXYInfoConstPtr
shared pointer to StructuringElementXYInfo
Definition: StructuringElementInfoTypes.h:77
StructuringElementXYInfoConstPtr StorageType
storage type associated to object
Definition: BaseStructuringElementXYAttribute.h:42
Base class for XY structuring element (SE) attributes.
Definition: BaseStructuringElementXYAttribute.h:31
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
StructuringElementXYInfo ValueType
value type associated to object
Definition: BaseStructuringElementXYAttribute.h:39
Class encapsulating a 2d structuring element spanning along x and y axis.
Definition: StructuringElementXY.h:32
Base class for structuring element attributes.
Definition: BaseStructuringElementAttribute.h:29
eStructuringElementType getStructuringElementType() const
retrieve structuring element attribute type
Definition: BaseStructuringElementXYAttribute.h:93
eStructuringElementType
Enumerate describing binary structuring element type.
Definition: StructuringElementTypes.h:37