16 #ifndef __IPSDKIMAGEPROCESSING_SHAPE2DCOLLATTRIBUTETYPES_H__ 17 #define __IPSDKIMAGEPROCESSING_SHAPE2DCOLLATTRIBUTETYPES_H__ 20 #include <IPSDKBaseShapeSegmentation/Entity/2d/Shape2dColl.h> 21 #include <boost/shared_ptr.hpp> 22 #include <boost/weak_ptr.hpp> 27 class BaseShape2dCollAttribute;
63 #endif // __IPSDKIMAGEPROCESSING_SHAPE2DCOLLATTRIBUTETYPES_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< const ipsdk::imaproc::InputShape2dCollAttribute > InputShape2dCollAttributeConstPtr
shared pointer to const ipsdk::imaproc::InputShape2dCollAttribute
Definition: Shape2dCollAttributeTypes.h:49
boost::weak_ptr< ipsdk::imaproc::InputShape2dCollAttribute > InputShape2dCollAttributeWeakPtr
c pointer to ipsdk::imaproc::InputShape2dCollAttribute
Definition: Shape2dCollAttributeTypes.h:52
boost::shared_ptr< ipsdk::imaproc::InputShape2dCollAttribute > InputShape2dCollAttributePtr
shared pointer to ipsdk::imaproc::InputShape2dCollAttribute
Definition: Shape2dCollAttributeTypes.h:46
boost::shared_ptr< ipsdk::imaproc::BaseShape2dCollAttribute > Shape2dCollAttributePtr
shared pointer to ipsdk::imaproc::BaseShape2dCollAttribute
Definition: Shape2dCollAttributeTypes.h:28
Definition of import/export macro for library.
boost::weak_ptr< const ipsdk::imaproc::BaseShape2dCollAttribute > Shape2dCollAttributeConstWeakPtr
weak pointer to const ipsdk::imaproc::BaseShape2dCollAttribute
Definition: Shape2dCollAttributeTypes.h:43
boost::weak_ptr< const ipsdk::imaproc::InputShape2dCollAttribute > InputShape2dCollAttributeConstWeakPtr
weak pointer to const ipsdk::imaproc::InputShape2dCollAttribute
Definition: Shape2dCollAttributeTypes.h:55
boost::weak_ptr< ipsdk::imaproc::BaseShape2dCollAttribute > Shape2dCollAttributeWeakPtr
c pointer to ipsdk::imaproc::BaseShape2dCollAttribute
Definition: Shape2dCollAttributeTypes.h:40
boost::shared_ptr< const ipsdk::imaproc::BaseShape2dCollAttribute > Shape2dCollAttributeConstPtr
shared pointer to const ipsdk::imaproc::BaseShape2dCollAttribute
Definition: Shape2dCollAttributeTypes.h:37
Base class for input shape geometry entity 2d collection attribute.
Definition: InputShape2dCollAttribute.h:27