Openholo
v4.2
Open Source Digital Holographic Library
|
#include "ophGen.h"
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 |
#define __ophACPAS_h |
Definition at line 4 of file ophACPAS.h.
#define DEGREE2 (180./PI) |
Definition at line 13 of file ophACPAS.h.
#define FFT_SEG_SIZE 64 |
Definition at line 18 of file ophACPAS.h.
#define M2_PI (PI*2.0) |
Definition at line 10 of file ophACPAS.h.
#define MAX_STR_LEN 4000 |
Definition at line 17 of file ophACPAS.h.
#define NUMTBL 1024 |
Definition at line 15 of file ophACPAS.h.
#define NUMTBL2 (NUMTBL-1) |
Definition at line 16 of file ophACPAS.h.
#define PI (3.14159265358979323846f) |
Definition at line 9 of file ophACPAS.h.
#define RADIANS (PI/180.0) |
Definition at line 11 of file ophACPAS.h.
#define SEG_SIZE 8 |
Definition at line 19 of file ophACPAS.h.