15 #ifndef __IPSDKIMAGEPROCESSING_BASESHAPE2DCOLLATTRIBUTE_H__ 16 #define __IPSDKIMAGEPROCESSING_BASESHAPE2DCOLLATTRIBUTE_H__ 20 #pragma warning (push) 21 #pragma warning (disable: 4251) 23 #include <IPSDKImageProcessing/Attribute/GeometryEntityColl/2d/BaseGeometryEntity2dCollAttribute.h> 49 typedef boost::shared_ptr<const ipsdk::shape::segmentation::Shape2dColl>
ConstStorageType;
117 #pragma warning (pop) 119 #endif // __IPSDKIMAGEPROCESSING_BASESHAPE2DCOLLATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Attribute associated to a collection of shape 2d geometry entities.
Definition: GeometryEntity2dCollTypes.h:37
MutableStorageType _pColl
collection of entities associated to attribute
Definition: BaseShape2dCollAttribute.h:99
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
eGeometryEntity2dCollAttributeType
Enumerate describing geometry entity 2d collection attribute type.
Definition: GeometryEntity2dCollTypes.h:33
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for geometry entity 2d collection attributes.
Definition: BaseGeometryEntity2dCollAttribute.h:27
static const eGeometryEntity2dCollAttributeType::domain g_geometryEntity2dCollAttributeType
geometry entity 2d collection attribute type
Definition: BaseShape2dCollAttribute.h:40
Base class for shape geometry entity 2d collection attribute.
Definition: BaseShape2dCollAttribute.h:32
Collection of shape 2d.
Definition: Shape2dColl.h:29
Predefined public types for shape 2d collection attributes management.
eGeometryEntity2dCollAttributeType getGeometryEntity2dCollAttributeType() const
retrieve geometry entity 2d collection attribute type
Definition: BaseShape2dCollAttribute.h:106
std::vector< Shape2dConstPtr > Shape2dConstVector
collection of shape 2d const shared pointers
Definition: Shape2dTypes.h:45
boost::shared_ptr< const ipsdk::shape::segmentation::Shape2dColl > ConstStorageType
const storage type associated to object
Definition: BaseShape2dCollAttribute.h:49
boost::shared_ptr< ipsdk::shape::segmentation::Shape2dColl > MutableStorageType
storage type associated to object
Definition: BaseShape2dCollAttribute.h:46
ipsdk::shape::segmentation::Shape2dColl ValueType
value type associated to object
Definition: BaseShape2dCollAttribute.h:43