16 #ifndef __IPSDKIPLATTRIBUTES_INSAMPLINGRINGINFO_H__ 17 #define __IPSDKIPLATTRIBUTES_INSAMPLINGRINGINFO_H__ 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/SamplingRingInfo.h> 35 (ipsdk::processor::isGreaterOrEqual<SamplingRingInfo::Radius>(attribute, 0) &&
36 ipsdk::processor::isGreater<SamplingRingInfo::NbSamples>(attribute, 0) &&
37 ipsdk::processor::isGreaterOrEqual<SamplingRingInfo::StdDev>(attribute, 0)));
46 #endif // __IPSDKIPLATTRIBUTES_INSAMPLINGRINGINFO_H__
Definition of import/export macro for library.
Parameters for a sampling ring around an image point.
Definition: SamplingRingInfo.h:56
#define IPSDK_DECLARE_INPUT_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString)