16 #ifndef __IPSDKIPLATTRIBUTES_COORDS2D_H__ 17 #define __IPSDKIPLATTRIBUTES_COORDS2D_H__ 47 typedef boost::shared_ptr<ipsdk::imaproc::attr::Coords2d>
Coords2dPtr;
51 typedef boost::shared_ptr<const ipsdk::imaproc::attr::Coords2d>
Coords2dConstPtr;
67 #endif // __IPSDKIPLATTRIBUTES_COORDS2D_H__ #define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const ipsdk::imaproc::attr::Coords2d > Coords2dConstPtr
shared pointer to const ipsdk::imaproc::attr::Coords2d
Definition: Coords2d.h:139
boost::shared_ptr< ipsdk::imaproc::attr::Coords2d > Coords2dPtr
shared pointer to ipsdk::imaproc::attr::Coords2d
Definition: Coords2d.h:135
IPSDKIPLATTRIBUTES_API Coords2dPtr createCoords2d(const ipReal64 x, const ipReal64 y)
function allowing to create new coordinates shared pointer
Definition of import/export macro for library.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25