IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
OutHistogram.h
1 // OutHistogram.h:
3 // --------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_OUTHISTOGRAM_H__
17 #define __IPSDKIPLATTRIBUTES_OUTHISTOGRAM_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
34  IPSDKIPLAttributes,
35  OutHistogram,
36  HistogramData,
38 );
39 
42 
45 typedef boost::shared_ptr<ipsdk::imaproc::attr::OutHistogram> OutHistogramPtr;
46 
49 typedef boost::shared_ptr<const ipsdk::imaproc::attr::OutHistogram> OutHistogramConstPtr;
50 
53 
54 } // end of namespace attr
55 } // end of namespace imaproc
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKIPLATTRIBUTES_OUTHISTOGRAM_H__
IPSDKBASEPROCESSING_API RulePtr none()
boost::shared_ptr< ipsdk::imaproc::attr::OutHistogram > OutHistogramPtr
shared pointer to ipsdk::imaproc::OutHistogramNode
Definition: OutHistogram.h:99
#define IPSDK_DECLARE_OUTPUT_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString)
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::OutHistogram > OutHistogramConstPtr
shared pointer to const ipsdk::imaproc::OutHistogramNode
Definition: OutHistogram.h:110