15 #ifndef __IPSDKIPLGLOBALMEASURE_VOLUMEPERCENT3DMSR_H__ 16 #define __IPSDKIPLGLOBALMEASURE_VOLUMEPERCENT3DMSR_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Doubles.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedDoubles.h> 27 class VolumePercent3dMsrLvl1;
80 #endif // __IPSDKIPLGLOBALMEASURE_VOLUMEPERCENT3DMSR_H__ #define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< VolumePercent3dMsrLvl1 > volumePercent3dMsr_async(const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
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 volumePercent3dMsr(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for Computes the ratio between the number of pivoxels and the total image size...
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::PlanIndexedDoubles > PlanIndexedDoublesPtr
shared pointer to ipsdk::imaproc::PlanIndexedDoubles
Definition: PlanIndexedDoubles.h:49
boost::shared_ptr< ipsdk::imaproc::attr::Doubles > DoublesPtr
shared pointer to ipsdk::imaproc::Doubles
Definition: Doubles.h:124
IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::PlanIndexedDoublesPtr multiSlice_volumePercent3dMsr(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for Computes the ratio between the number of pivoxels and the total image size...
IPSDKIPLGLOBALMEASURE_API boost::shared_ptr< VolumePercent3dMsrLvl1 > multiSlice_volumePercent3dMsr_async(const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.