16 #ifndef __IPSDKIMAGEPROCESSING_OUTPUTSHAPE3DCOLLATTRIBUTE_H__ 17 #define __IPSDKIMAGEPROCESSING_OUTPUTSHAPE3DCOLLATTRIBUTE_H__ 19 #include <IPSDKImageProcessing/Attribute/GeometryEntityColl/3d/Shape3dColl/BaseShape3dCollAttribute.h> 79 #endif // __IPSDKIMAGEPROCESSING_OUTPUTSHAPE3DCOLLATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
std::vector< Shape3dPtr > Shape3dVector
collection of standard shape
Definition: Shape3dTypes.h:40
#define IPSDK_DECLARE_OUTPUT_DATA()
macro allowing to declare an output data
Definition: DataStatusHdrMacros.h:113
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
BaseShape3dCollAttribute::MutableStorageType StorageType
storage type associated to object
Definition: OutputShape3dCollAttribute.h:38
Base class for output shape geometry entity 3d collection attribute.
Definition: OutputShape3dCollAttribute.h:27
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