IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LocateVoxels3d.h
Go to the documentation of this file.
1 // LocateVoxels3d.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_LOCATEVOXELS3D_H__
16 #define __IPSDKIPLGLOBALMEASURE_LOCATEVOXELS3D_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Voxels3d.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedVoxels3d.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace glbmsr {
26 
27 class LocateVoxels3dLvl1;
28 
31 
33 
38 locateVoxels3d(const image::ImageConstPtr& pInBinImg3d);
40 locateVoxels3d(const image::ImageConstPtr& pInBinImg3d,
41  const ipsdk::ipUInt32 inNbPoints);
42 
45  const ipsdk::ipUInt32 inNbPoints);
49 
52 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<LocateVoxels3dLvl1>
53 locateVoxels3d_async(const image::ImageConstPtr& pInBinImg3d);
54 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<LocateVoxels3dLvl1>
56  const ipsdk::ipUInt32 inNbPoints);
57 
58 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<LocateVoxels3dLvl1>
60 IPSDKIPLGLOBALMEASURE_API boost::shared_ptr<LocateVoxels3dLvl1>
62  const ipsdk::ipUInt32 inNbPoints);
64 
68 getAsyncProcessorOutput(boost::shared_ptr<LocateVoxels3dLvl1> pProcessor);
70 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<LocateVoxels3dLvl1> pProcessor);
72 
75 
76 } // end of namespace glbmsr
77 } // end of namespace imaproc
78 } // end of namespace ipsdk
79 
80 #endif // __IPSDKIPLGLOBALMEASURE_LOCATEVOXELS3D_H__
#define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedVoxels3dPtr multiSlice_locateVoxels3d(const image::ImageConstPtr &pInBinImg3d, const ipsdk::ipUInt32 inNbPoints)
wrapper function for Build the list of the coordinates of the voxels with a value of True in the inpu...
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedDoublesPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::DoublesPtr getAsyncProcessorOutput(boost::shared_ptr< AreaPercent2dMsrLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< ipsdk::imaproc::attr::Voxels3d > Voxels3dPtr
shared pointer to ipsdk::imaproc::attr::Voxels3d
Definition: Voxels3d.h:128
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< LocateVoxels3dLvl1 > multiSlice_locateVoxels3d_async(const image::ImageConstPtr &pInBinImg3d)
asynchronous wrappers
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::Voxels3dPtr locateVoxels3d(const image::ImageConstPtr &pInBinImg3d)
wrapper function for Build the list of the coordinates of the voxels with a value of True in the inpu...
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< LocateVoxels3dLvl1 > locateVoxels3d_async(const image::ImageConstPtr &pInBinImg3d)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedVoxels3d > PlanIndexedVoxels3dPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedVoxels3d
Definition: PlanIndexedVoxels3d.h:49
Definition of import/export macro for library.
uint32_t ipUInt32