15 #ifndef __IPSDKIMAGEPROCESSING_OUTPUTSHAPEMEASURESETATTRIBUTE_H__ 16 #define __IPSDKIMAGEPROCESSING_OUTPUTSHAPEMEASURESETATTRIBUTE_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImageProcessing/Attribute/ShapeMeasureSet/BaseShapeMeasureSetAttribute.h> 93 #endif // __IPSDKIMAGEPROCESSING_OUTPUTSHAPEMEASURESETATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base class for output shape measure set attributes.
Definition: OutputShapeMeasureSetAttribute.h:31
Base class for shape measure set attributes.
Definition: BaseShapeMeasureSetAttribute.h:27
ipsdk::shape::analysis::MeasureSetConstPtr ConstStorageType
const storage type for attribute familly
Definition: OutputShapeMeasureSetAttribute.h:45
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
#define IPSDK_DECLARE_OUTPUT_DATA()
macro allowing to declare an output data
Definition: DataStatusHdrMacros.h:113
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: OutputShapeMeasureSetAttribute.h:82
ipsdk::shape::analysis::MeasureSetPtr StorageType
storage type for attribute familly
Definition: OutputShapeMeasureSetAttribute.h:42
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