![]() |
openPSTD
2.0
Open source simulation for sound propagation in urban environments
|
#include <ostream>#include <vector>

Go to the source code of this file.
Classes | |
| class | OpenPSTD::Kernel::Point |
| The points of the grid, represented by 2D integer vectors. More... | |
Namespaces | |
| OpenPSTD | |
| This is the general namespace of the OpenPSTD application. | |
| OpenPSTD::Kernel | |
| The Kernel is responsible for the scientific computions in openPSTD. | |
Functions | |
| std::ostream & | OpenPSTD::Kernel::operator<< (std::ostream &str, Point const &v) |
| String representation for points. More... | |
1.8.11