IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
EvenlySpacedRange.h
1 // EvenlySpacedRange.h:
3 // --------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_EVENLYSPACEDRANGE_H__
17 #define __IPSDKIPLATTRIBUTES_EVENLYSPACEDRANGE_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
32 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, EvenlySpacedRange,
33  ((LEAF)(Min)(ipsdk::ipReal64)(.0))
34  ((LEAF)(Max)(ipsdk::ipReal64)(-1.0))
35  ((LEAF)(NbBins)(ipsdk::ipUInt32)(0)))
36 };
37 
40 
43 typedef boost::shared_ptr<ipsdk::imaproc::attr::EvenlySpacedRange> EvenlySpacedRangePtr;
44 
47 typedef boost::shared_ptr<const ipsdk::imaproc::attr::EvenlySpacedRange> EvenlySpacedRangeConstPtr;
48 
51 
56 
62  const ipsdk::ipReal64 minValue,
63  const ipsdk::ipReal64 maxValue,
64  const ipsdk::ipUInt32 nbBins);
65 
68 
69 } // end of namespace attr
70 } // end of namespace imaproc
71 } // end of namespace ipsdk
72 
73 #endif // __IPSDKIPLATTRIBUTES_EVENLYSPACEDRANGE_H__
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::EvenlySpacedRangePtr createEvenlySpacedRange(const ipsdk::ipReal64 minValue, const ipsdk::ipReal64 maxValue, const ipsdk::ipUInt32 nbBins)
function allowing to create an evenly spaced range from a min, a max and a number of bins ...
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const ipsdk::imaproc::attr::EvenlySpacedRange > EvenlySpacedRangeConstPtr
shared pointer to const ipsdk::imaproc::attr::EvenlySpacedRange
Definition: EvenlySpacedRange.h:153
double ipReal64
boost::shared_ptr< ipsdk::imaproc::attr::EvenlySpacedRange > EvenlySpacedRangePtr
shared pointer to ipsdk::imaproc::attr::EvenlySpacedRange
Definition: EvenlySpacedRange.h:149
Definition of import/export macro for library.
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::EvenlySpacedRangePtr createDefaultEvenlySpacedRange()
function allowing to create a default evenly spaced range
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
uint32_t ipUInt32