15 #ifndef __IPSDKIMAGEPROCESSING_STRUCTURINGELEMENTATTRIBUTETYPES_H__ 16 #define __IPSDKIMAGEPROCESSING_STRUCTURINGELEMENTATTRIBUTETYPES_H__ 19 #include <boost/shared_ptr.hpp> 24 class BaseStructuringElementXYAttribute;
60 #endif // __IPSDKIMAGEPROCESSING_STRUCTURINGELEMENTATTRIBUTETYPES_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< const BaseStructuringElementXYAttribute > StructuringElementXYAttributeConstPtr
Definition: StructuringElementAttributeTypes.h:33
boost::weak_ptr< const BaseStructuringElementXYZAttribute > StructuringElementXYZAttributeConstWeakPtr
Definition: StructuringElementAttributeTypes.h:51
boost::shared_ptr< BaseStructuringElementXYZAttribute > StructuringElementXYZAttributePtr
Definition: StructuringElementAttributeTypes.h:44
boost::weak_ptr< const BaseStructuringElementXYAttribute > StructuringElementXYAttributeConstWeakPtr
Definition: StructuringElementAttributeTypes.h:39
boost::shared_ptr< BaseStructuringElementXYAttribute > StructuringElementXYAttributePtr
Definition: StructuringElementAttributeTypes.h:25
boost::weak_ptr< BaseStructuringElementXYZAttribute > StructuringElementXYZAttributeWeakPtr
Definition: StructuringElementAttributeTypes.h:50
boost::weak_ptr< BaseStructuringElementXYAttribute > StructuringElementXYAttributeWeakPtr
Definition: StructuringElementAttributeTypes.h:38
Predefined types for image processing attributes management.
boost::shared_ptr< const BaseStructuringElementXYZAttribute > StructuringElementXYZAttributeConstPtr
Definition: StructuringElementAttributeTypes.h:45
Base class for XYZ structuring element (SE) attributes.
Definition: BaseStructuringElementXYZAttribute.h:31