15 #ifndef __IPSDKIPLUTILITY_BUILDLINES3DIMG_H__ 16 #define __IPSDKIPLUTILITY_BUILDLINES3DIMG_H__ 25 class BuildLines3dImgLvl1;
83 #endif // __IPSDKIPLUTILITY_BUILDLINES3DIMG_H__ #define IPSDKIPLUTILITY_API
Import/Export macro for library IPSDKIPLUtility.
Definition: IPSDKIPLUtilityExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr buildLines3dImg(const ipsdk::ipUInt64 sizeX, const ipsdk::ipUInt64 sizeY, const ipsdk::ipUInt64 sizeZ, const ipsdk::ipReal32 theta, const ipsdk::ipReal32 phi, const ipsdk::ipReal32 alpha, const ipsdk::ipReal32 offset)
wrapper function for Generates a 3D binary image with oriented lines
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AppendSeqImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLUTILITY_API boost::shared_ptr< BuildLines3dImgLvl1 > buildLines3dImg_async(const ipsdk::ipUInt64 sizeX, const ipsdk::ipUInt64 sizeY, const ipsdk::ipUInt64 sizeZ, const ipsdk::ipReal32 theta, const ipsdk::ipReal32 phi, const ipsdk::ipReal32 alpha, const ipsdk::ipReal32 offset)
asynchronous wrappers