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

Go to the source code of this file.

Classes

class  ophPAS
 
struct  _Voxel
 
struct  Segment
 

Macros

#define __ophPAS_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_SEGMENT_SIZE   64
 

Typedefs

typedef struct GEN_DLL _Voxel Voxel
 

Macro Definition Documentation

◆ __ophPAS_h

#define __ophPAS_h

Definition at line 4 of file ophPAS.h.

◆ DEGREE2

#define DEGREE2   (180./PI)

Definition at line 13 of file ophPAS.h.

◆ FFT_SEGMENT_SIZE

#define FFT_SEGMENT_SIZE   64

Definition at line 19 of file ophPAS.h.

◆ M2_PI

#define M2_PI   (PI*2.0)

Definition at line 10 of file ophPAS.h.

◆ MAX_STR_LEN

#define MAX_STR_LEN   4000

Definition at line 17 of file ophPAS.h.

◆ NUMTBL

#define NUMTBL   1024

Definition at line 15 of file ophPAS.h.

◆ NUMTBL2

#define NUMTBL2   (NUMTBL-1)

Definition at line 16 of file ophPAS.h.

◆ PI

#define PI   (3.14159265358979323846f)

Definition at line 9 of file ophPAS.h.

◆ RADIANS

#define RADIANS   (PI/180.0)

Definition at line 11 of file ophPAS.h.

Typedef Documentation

◆ Voxel

typedef struct GEN_DLL _Voxel Voxel