openPSTD  2.0
Open source simulation for sound propagation in urban environments
Classes | Namespaces | Functions
Geometry.h File Reference
#include <ostream>
#include <vector>
Include dependency graph for Geometry.h:
This graph shows which files directly or indirectly include this file:

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...