IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Voxels3d.h
1 // Voxels3d.h:
3 // -----------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_VOXELS3D_H__
17 #define __IPSDKIPLATTRIBUTES_VOXELS3D_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Voxel3d.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
33 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, Voxels3d,
34  ((NODE_COLL)(Coll)(ipsdk::imaproc::attr::Voxel3d)))
35 };
36 
39 
42 typedef boost::shared_ptr<ipsdk::imaproc::attr::Voxels3d> Voxels3dPtr;
43 
46 typedef boost::shared_ptr<const ipsdk::imaproc::attr::Voxels3d> Voxels3dConstPtr;
47 
50 
51 } // end of namespace attr
52 } // end of namespace imaproc
53 } // end of namespace ipsdk
54 
55 #endif // __IPSDKIPLATTRIBUTES_VOXELS3D_H__
position and intensity of a 3d voxel
Definition: Voxel3d.h:58
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< ipsdk::imaproc::attr::Voxels3d > Voxels3dPtr
shared pointer to ipsdk::imaproc::attr::Voxels3d
Definition: Voxels3d.h:128
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::Voxels3d > Voxels3dConstPtr
shared pointer to const ipsdk::imaproc::attr::Pixels2d
Definition: Voxels3d.h:132