Openholo  v4.0
Open Source Digital Holographic Library
ophACPAS.h File Reference
#include "ophGen.h"
Include dependency graph for ophACPAS.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CGHEnvironmentData
 
struct  Segment
 
class  ophACPAS
 

Macros

#define __ophACPAS_h
 
#define PI   (3.14159265358979323846f)
 
#define M2_PI   (PI*2.0)
 
#define RADIANS   (PI/180.0)
 
#define DEGREE2   (180./PI)
 
#define NUMTBL   1024
 
#define NUMTBL2   (NUMTBL-1)
 
#define MAX_STR_LEN   4000
 
#define FFT_SEG_SIZE   64
 
#define SEG_SIZE   8
 

Macro Definition Documentation

◆ __ophACPAS_h

#define __ophACPAS_h

Definition at line 4 of file ophACPAS.h.

◆ DEGREE2

#define DEGREE2   (180./PI)

Definition at line 13 of file ophACPAS.h.

◆ FFT_SEG_SIZE

#define FFT_SEG_SIZE   64

Definition at line 18 of file ophACPAS.h.

◆ M2_PI

#define M2_PI   (PI*2.0)

Definition at line 10 of file ophACPAS.h.

◆ MAX_STR_LEN

#define MAX_STR_LEN   4000

Definition at line 17 of file ophACPAS.h.

◆ NUMTBL

#define NUMTBL   1024

Definition at line 15 of file ophACPAS.h.

◆ NUMTBL2

#define NUMTBL2   (NUMTBL-1)

Definition at line 16 of file ophACPAS.h.

◆ PI

#define PI   (3.14159265358979323846f)

Definition at line 9 of file ophACPAS.h.

◆ RADIANS

#define RADIANS   (PI/180.0)

Definition at line 11 of file ophACPAS.h.

◆ SEG_SIZE

#define SEG_SIZE   8

Definition at line 19 of file ophACPAS.h.