15 #ifndef __IPSDKIPLARITHMETIC_CARTESIANANDPOLARTYPES_H__ 16 #define __IPSDKIPLARITHMETIC_CARTESIANANDPOLARTYPES_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 68 _pThetaImg(pThetaImg) {}
88 #endif // __IPSDKIPLARITHMETIC_CARTESIANANDPOLARTYPES_H__ #define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
image::ImagePtr _pXImg
X image.
Definition: CartesianAndPolarTypes.h:50
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
image::ImagePtr _pThetaImg
Theta image.
Definition: CartesianAndPolarTypes.h:76
Structure allowing to encaspulate x and y cartesian images associated to the result of a polar to car...
Definition: CartesianAndPolarTypes.h:38
image::ImagePtr _pRhoImg
Rho image.
Definition: CartesianAndPolarTypes.h:73
Structure allowing to encaspulate rho and theta polar images associated to the result of a cartesian ...
Definition: CartesianAndPolarTypes.h:61
image::ImagePtr _pYImg
Y image.
Definition: CartesianAndPolarTypes.h:53