15 #ifndef __IPSDKIMAGEPROCESSING_PLANINDEXEDATTRIBUTETYPES_H__ 16 #define __IPSDKIMAGEPROCESSING_PLANINDEXEDATTRIBUTETYPES_H__ 18 #include <boost/shared_ptr.hpp> 19 #include <boost/weak_ptr.hpp> 47 #endif // __IPSDKIMAGEPROCESSING_PLANINDEXEDATTRIBUTETYPES_H__ boost::weak_ptr< const BasePlanIndexedAttribute > PlanIndexedAttributeConstWeakPtr
weak pointer to const plan indexed attribute
Definition: PlanIndexedAttributeTypes.h:39
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< BasePlanIndexedAttribute > PlanIndexedAttributePtr
shared pointer to plan indexed attribute
Definition: PlanIndexedAttributeTypes.h:24
Base class for plan indexed attributes.
Definition: BasePlanIndexedAttribute.h:33
boost::weak_ptr< BasePlanIndexedAttribute > PlanIndexedAttributeWeakPtr
weak pointer to plan indexed attribute
Definition: PlanIndexedAttributeTypes.h:36
boost::shared_ptr< const BasePlanIndexedAttribute > PlanIndexedAttributeConstPtr
shared pointer to const plan indexed attribute
Definition: PlanIndexedAttributeTypes.h:33