15 #ifndef __IPSDKIMAGEPROCESSING_INOUTSHAPEMEASURESETATTRIBUTE_H__ 16 #define __IPSDKIMAGEPROCESSING_INOUTSHAPEMEASURESETATTRIBUTE_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImageProcessing/Attribute/ShapeMeasureSet/BaseShapeMeasureSetAttribute.h> 93 #endif // __IPSDKIMAGEPROCESSING_INOUTSHAPEMEASURESETATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base class for shape measure set attributes.
Definition: BaseShapeMeasureSetAttribute.h:27
ipsdk::shape::analysis::MeasureSetConstPtr ConstStorageType
const storage type for attribute familly
Definition: InOutShapeMeasureSetAttribute.h:45
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
ipsdk::shape::analysis::MeasureSetPtr StorageType
storage type for attribute familly
Definition: InOutShapeMeasureSetAttribute.h:42
#define IPSDK_DECLARE_INOUT_DATA()
macro allowing to declare an in/out data
Definition: DataStatusHdrMacros.h:120
Object allowing to agregate a collection of measure.
Definition: MeasureSet.h:38
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
StorageType _pMeasureSet
shape measure set collection associated to attribute
Definition: InOutShapeMeasureSetAttribute.h:82
boost::shared_ptr< const MeasureSet > MeasureSetConstPtr
shared pointer to const shape measure set
Definition: MeasureTypes.h:100
boost::shared_ptr< MeasureSet > MeasureSetPtr
shared pointer to shape measure set
Definition: MeasureTypes.h:97
Base class for input/output shape measure set attributes.
Definition: InOutShapeMeasureSetAttribute.h:31