15 #ifndef __IPSDKIPLARITHMETIC_MULTIPLYSCALARIMG_H__ 16 #define __IPSDKIPLARITHMETIC_MULTIPLYSCALARIMG_H__ 25 class MultiplyScalarImgLvl1;
67 #endif // __IPSDKIPLARITHMETIC_MULTIPLYSCALARIMG_H__ #define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API boost::shared_ptr< MultiplyScalarImgLvl1 > multiplyScalarImg_async(const image::ImageConstPtr &pInImg, const ipReal64 inArithmeticVal)
asynchronous wrappers
IPSDKIPLARITHMETIC_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AbsImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLARITHMETIC_API image::ImagePtr multiplyScalarImg(const image::ImageConstPtr &pInImg, const ipReal64 inArithmeticVal)
wrapper function for multiplication of an image and a scalar
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr