Openholo
v5.0
Open Source Digital Holographic Library
|
#include <ophTriMesh_GPU.h>
Public Member Functions | |
MeshKernelConfig (const ivec2 &pixel_number, const vec2 &pixel_pitch, const Real &lambda, const uint &shading_flag) | |
Public Attributes | |
int | pn_X |
int | pn_Y |
Number of pixel of SLM in x direction. More... | |
double | pp_X |
Number of pixel of SLM in y direction. More... | |
double | pp_Y |
Pixel pitch of SLM in x direction. More... | |
unsigned int | shading_flag |
Pixel pitch of SLM in y direction. More... | |
double | dfx |
double | dfy |
double | lambda |
double | min_double |
double | tolerence |
double | pi |
double | pi2 |
double | square_pi2 |
double | cube_pi2 |
Definition at line 83 of file ophTriMesh_GPU.h.
|
inline |
pixel_pitch | Number of pixel of SLM in x, y direction |
lambda | Pixel pitch of SLM in x, y direction |
shading_flag | Wave length |
Definition at line 99 of file ophTriMesh_GPU.h.
double MeshKernelConfig::cube_pi2 |
Definition at line 97 of file ophTriMesh_GPU.h.
double MeshKernelConfig::dfx |
Definition at line 89 of file ophTriMesh_GPU.h.
double MeshKernelConfig::dfy |
Definition at line 90 of file ophTriMesh_GPU.h.
double MeshKernelConfig::lambda |
Definition at line 91 of file ophTriMesh_GPU.h.
double MeshKernelConfig::min_double |
Definition at line 92 of file ophTriMesh_GPU.h.
double MeshKernelConfig::pi |
Definition at line 94 of file ophTriMesh_GPU.h.
double MeshKernelConfig::pi2 |
Definition at line 95 of file ophTriMesh_GPU.h.
int MeshKernelConfig::pn_X |
Definition at line 84 of file ophTriMesh_GPU.h.
int MeshKernelConfig::pn_Y |
Number of pixel of SLM in x direction.
Definition at line 85 of file ophTriMesh_GPU.h.
double MeshKernelConfig::pp_X |
Number of pixel of SLM in y direction.
Definition at line 86 of file ophTriMesh_GPU.h.
double MeshKernelConfig::pp_Y |
Pixel pitch of SLM in x direction.
Definition at line 87 of file ophTriMesh_GPU.h.
unsigned int MeshKernelConfig::shading_flag |
Pixel pitch of SLM in y direction.
Definition at line 88 of file ophTriMesh_GPU.h.
double MeshKernelConfig::square_pi2 |
Definition at line 96 of file ophTriMesh_GPU.h.
double MeshKernelConfig::tolerence |
Definition at line 93 of file ophTriMesh_GPU.h.