15 #ifndef __IPSDKIPLARITHMETIC_COMPLEXTYPES_H__ 16 #define __IPSDKIPLARITHMETIC_COMPLEXTYPES_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 65 #endif // __IPSDKIPLARITHMETIC_COMPLEXTYPES_H__ #define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
image::ImagePtr _pReImg
Real image.
Definition: ComplexTypes.h:49
boost::shared_ptr< BaseImage > ImagePtr
image::ImagePtr _pImImg
Imaginary image.
Definition: ComplexTypes.h:52
Definition of import/export macro for library.
Structure containing the real and imaginary parts of a complex image.
Definition: ComplexTypes.h:37