16 #ifndef __IPSDKIMAGEPROCESSING_INOUTSHAPE2DCOLLATTRIBUTE_H__ 17 #define __IPSDKIMAGEPROCESSING_INOUTSHAPE2DCOLLATTRIBUTE_H__ 19 #include <IPSDKImageProcessing/Attribute/GeometryEntityColl/2d/Shape2dColl/BaseShape2dCollAttribute.h> 77 #endif // __IPSDKIMAGEPROCESSING_INOUTSHAPE2DCOLLATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
std::vector< Shape2dPtr > Shape2dVector
collection of shape 2d shared pointers
Definition: Shape2dTypes.h:42
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
#define IPSDK_DECLARE_INOUT_DATA()
macro allowing to declare an in/out data
Definition: DataStatusHdrMacros.h:120
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for shape geometry entity 2d collection attribute.
Definition: BaseShape2dCollAttribute.h:32
BaseShape2dCollAttribute::MutableStorageType StorageType
storage type associated to object
Definition: InOutShape2dCollAttribute.h:38
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
Base class for in/out shape geometry entity 2d collection attribute.
Definition: InOutShape2dCollAttribute.h:27