IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Doubles.h
1 // Doubles.h:
3 // ----------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_DOUBLES_H__
17 #define __IPSDKIPLATTRIBUTES_DOUBLES_H__
18 
21 #include <boost/shared_ptr.hpp>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
33 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, Doubles,
34  ((LEAF_COLL)(Coll)(ipsdk::ipReal64)))
35 };
36 
39 
42 typedef boost::shared_ptr<ipsdk::imaproc::attr::Doubles> DoublesPtr;
43 
46 typedef boost::shared_ptr<const ipsdk::imaproc::attr::Doubles> DoublesConstPtr;
47 
50 
51 } // end of namespace attr
52 } // end of namespace imaproc
53 } // end of namespace ipsdk
54 
55 #endif // __IPSDKIPLATTRIBUTES_DOUBLES_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
double ipReal64
boost::shared_ptr< ipsdk::imaproc::attr::Doubles > DoublesPtr
shared pointer to ipsdk::imaproc::Doubles
Definition: Doubles.h:124
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::Doubles > DoublesConstPtr
shared pointer to const ipsdk::imaproc::Doubles
Definition: Doubles.h:128