15 #ifndef __IPSDKIMAGEPROCESSING_BASESHAPE3DCOLLATTRIBUTE_H__ 16 #define __IPSDKIMAGEPROCESSING_BASESHAPE3DCOLLATTRIBUTE_H__ 20 #pragma warning (push) 21 #pragma warning (disable: 4251) 23 #include <IPSDKImageProcessing/Attribute/GeometryEntityColl/3d/BaseGeometryEntity3dCollAttribute.h> 49 typedef boost::shared_ptr<const ipsdk::shape::segmentation::Shape3dColl>
ConstStorageType;
114 #pragma warning (pop) 116 #endif // __IPSDKIMAGEPROCESSING_BASESHAPE3DCOLLATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
ipsdk::shape::segmentation::Shape3dColl ValueType
value type associated to object
Definition: BaseShape3dCollAttribute.h:43
MutableStorageType _pColl
collection of entities associated to attribute
Definition: BaseShape3dCollAttribute.h:96
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
eGeometryEntity3dCollAttributeType getGeometryEntity3dCollAttributeType() const
retrieve geometry entity 3d collection attribute type
Definition: BaseShape3dCollAttribute.h:103
boost::shared_ptr< ipsdk::shape::segmentation::Shape3dColl > MutableStorageType
storage type associated to object
Definition: BaseShape3dCollAttribute.h:46
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
static const eGeometryEntity3dCollAttributeType::domain g_geometryEntity3dCollAttributeType
geometry entity 3d collection attribute type
Definition: BaseShape3dCollAttribute.h:40
Collection of shape 3d.
Definition: Shape3dColl.h:29
std::vector< Shape3dConstPtr > Shape3dConstVector
collection of const standard shape
Definition: Shape3dTypes.h:43
Base class for geometry entity 3d collection attributes.
Definition: BaseGeometryEntity3dCollAttribute.h:27
Attribute associated to a collection of shape 3d geometry entities.
Definition: GeometryEntity3dCollTypes.h:37
eGeometryEntity3dCollAttributeType
Enumerate describing geometry entity 3d collection attribute type.
Definition: GeometryEntity3dCollTypes.h:33
Predefined public types for shape 3d collection attributes management.
boost::shared_ptr< const ipsdk::shape::segmentation::Shape3dColl > ConstStorageType
const storage type associated to object
Definition: BaseShape3dCollAttribute.h:49
Base class for shape geometry entity 3d collection attribute.
Definition: BaseShape3dCollAttribute.h:32