IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Coords3dColl.h
1 // Coords3dColl.h:
3 // ---------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_COORDS3DCOLL_H__
17 #define __IPSDKIPLATTRIBUTES_COORDS3DCOLL_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Coords3d.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
27 class Voxels3d;
28 
34 
35 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, Coords3dColl,
36  ((NODE_COLL)(Coll)(ipsdk::imaproc::attr::Coords3d)))
37 
38 public:
40  void addCoords(const ipReal64 x, const ipReal64 y, const ipReal64 z);
41 };
42 
45 
48 typedef boost::shared_ptr<ipsdk::imaproc::attr::Coords3dColl> Coords3dCollPtr;
49 
52 typedef boost::shared_ptr<const ipsdk::imaproc::attr::Coords3dColl> Coords3dCollConstPtr;
53 
56 
60 toCoords3dColl(const Voxels3d& voxels3d);
61 
64 
65 } // end of namespace attr
66 } // end of namespace imaproc
67 } // end of namespace ipsdk
68 
69 #endif // __IPSDKIPLATTRIBUTES_COORDS3DCOLL_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
double ipReal64
Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::Coords3dColl > Coords3dCollPtr
shared pointer to ipsdk::imaproc::attr::Coords3dColl
Definition: Coords3dColl.h:134
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
boost::shared_ptr< const ipsdk::imaproc::attr::Coords3dColl > Coords3dCollConstPtr
shared pointer to const ipsdk::imaproc::attr::Coords3dColl
Definition: Coords3dColl.h:138
Cartesian coordinates 3d.
Definition: Coords3d.h:56
IPSDKIPLATTRIBUTES_API Coords3dCollPtr toCoords3dColl(const Voxels3d &voxels3d)
function allowing to convert a Voxels3d object to a Coords3dColl object