16 #ifndef __IPSDKIPLATTRIBUTES_RGB_H__ 17 #define __IPSDKIPLATTRIBUTES_RGB_H__ 43 typedef boost::shared_ptr<ipsdk::imaproc::attr::Rgb>
RgbPtr;
47 typedef boost::shared_ptr<const ipsdk::imaproc::attr::Rgb>
RgbConstPtr;
64 #endif // __IPSDKIPLATTRIBUTES_RGB_H__ boost::shared_ptr< ipsdk::imaproc::attr::Rgb > RgbPtr
shared pointer to ipsdk::imaproc::attr::Rgb
Definition: Rgb.h:149
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const ipsdk::imaproc::attr::Rgb > RgbConstPtr
shared pointer to const ipsdk::imaproc::attr::Rgb
Definition: Rgb.h:153
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::RgbPtr createRgb(const ipReal64 r, const ipReal64 g, const ipReal64 b)
function allowing to create a Rgb data item
Definition of import/export macro for library.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25