15 #ifndef __IPSDKIPLGLOBALMEASURE_LOCATEVOXELS3D_H__ 16 #define __IPSDKIPLGLOBALMEASURE_LOCATEVOXELS3D_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Voxels3d.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedVoxels3d.h> 27 class LocateVoxels3dLvl1;
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.