IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InSamplingRingInfo.h
1 // InSamplingRingInfo.h:
3 // ---------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_INSAMPLINGRINGINFO_H__
17 #define __IPSDKIPLATTRIBUTES_INSAMPLINGRINGINFO_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/SamplingRingInfo.h>
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
33  InSamplingRingInfo,
35  (ipsdk::processor::isGreaterOrEqual<SamplingRingInfo::Radius>(attribute, 0) &&
36  ipsdk::processor::isGreater<SamplingRingInfo::NbSamples>(attribute, 0) &&
37  ipsdk::processor::isGreaterOrEqual<SamplingRingInfo::StdDev>(attribute, 0)));
38 
41 
42 } // end of namespace attr
43 } // end of namespace imaproc
44 } // end of namespace ipsdk
45 
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)