VIP: Volume Image Processing


vcomplex.h File Reference
#include <math.h>
#include <float.h>
#include <vip/util.h>
#include <vip/vcomplex/vcomplex_gen.h>
Include dependency graph for vcomplex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define mVipRealPart(c)
 
#define mVipImaginaryPart(c)
 

Macro Definition Documentation

◆ mVipImaginaryPart

#define mVipImaginaryPart ( c)
Value:
((c).im)

Definition at line 46 of file vcomplex.h.

◆ mVipRealPart

#define mVipRealPart ( c)
Value:
((c).re)

Definition at line 45 of file vcomplex.h.