#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <iostream>
#include <stdexcept>
#include <complex>
Include dependency graph for Field.h:
Classes | |
class | Field |
Field structure represents the light field at a given place in time/position. More... | |
class | Field::Info |
Defines character of Field such as wavelength of light, spatial size, spatial precision, etc. More... | |
Functions | |
template<class T> | |
T | SQR (const T &t) |
Field | operator+ (const Field &f1, const Field &f2) throw (std::runtime_error) |
Field addition operator. |
|
Field addition operator.
|
|
|