16 #ifndef __IPSDKIPLATTRIBUTES_COORDS3D_H__ 17 #define __IPSDKIPLATTRIBUTES_COORDS3D_H__ 48 typedef boost::shared_ptr<ipsdk::imaproc::attr::Coords3d>
Coords3dPtr;
52 typedef boost::shared_ptr<const ipsdk::imaproc::attr::Coords3d>
Coords3dConstPtr;
68 #endif // __IPSDKIPLATTRIBUTES_COORDS3D_H__ #define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< ipsdk::imaproc::attr::Coords3d > Coords3dPtr
shared pointer to ipsdk::imaproc::attr::Coords3d
Definition: Coords3d.h:154
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::Coords3d > Coords3dConstPtr
shared pointer to const ipsdk::imaproc::attr::Coords3d
Definition: Coords3d.h:158
IPSDKIPLATTRIBUTES_API Coords3dPtr createCoords3d(const ipReal64 x, const ipReal64 y, const ipReal64 z)
function allowing to create new coordinates shared pointer
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25