15 #ifndef __IPSDKIMAGEPROCESSING_INPUTSHAPEMEASUREINFOSETATTRIBUTE_H__ 16 #define __IPSDKIMAGEPROCESSING_INPUTSHAPEMEASUREINFOSETATTRIBUTE_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImageProcessing/Attribute/ShapeMeasureInfoSet/BaseShapeMeasureInfoSetAttribute.h> 60 const ValueType& getMeasureInfoSet()
const;
84 #endif // __IPSDKIMAGEPROCESSING_INPUTSHAPEMEASUREINFOSETATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
StorageType _pMeasureInfoSet
shape measure set collection associated to attribute
Definition: InputShapeMeasureInfoSetAttribute.h:73
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
#define IPSDK_DECLARE_INPUT_DATA()
macro allowing to declare an input data
Definition: DataStatusHdrMacros.h:106
BaseShapeMeasureInfoSetAttribute::ConstStorageType StorageType
storage type for attribute familly
Definition: InputShapeMeasureInfoSetAttribute.h:42
Object allowing to agregate a collection of measure informations.
Definition: MeasureInfoSet.h:38
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
ipsdk::shape::analysis::MeasureInfoSetConstPtr ConstStorageType
storage type for attribute familly
Definition: BaseShapeMeasureInfoSetAttribute.h:35
Base class for input shape measure information set attributes.
Definition: InputShapeMeasureInfoSetAttribute.h:31
Base class for shape measure information set attributes.
Definition: BaseShapeMeasureInfoSetAttribute.h:27