|
GOAT (Geometrical optics application tool) 0.1
|
#include <stdlib.h>#include <fstream>#include "vector.h"#include "objectshape.h"#include <vector>Go to the source code of this file.
Classes | |
| class | GOAT::raytracing::SuperGrid< T > |
Namespaces | |
| namespace | GOAT |
| This class is used for the iray class. This class is intended for internal use only. It defines a plane, defined by a central position and two directional vectors. | |
| namespace | GOAT::raytracing |
| Raytracer used for ultrashort pulse calculation with raytracing only. | |
Functions | |
| template<class T> | |
| std::ostream & | GOAT::raytracing::operator<< (std::ostream &os, const SuperGrid< T > &S) |
Variables | |
| constexpr int | GOAT::raytracing::SUPERGRID_NOERRORS = -1 |