

Go to the source code of this file.
Classes | |
| class | pyramid< Point, PointRef, PolygonRef > |
| A geometric pyramid primitive with a base of 'n' sides: i.e. a parametric pyramid. A pyramid is constructed from a base polygon and an apex point. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Typedefs | |
| typedef pyramid< point, const point &, const face & > | pyramidPointFaceRef |
| A pyramid using referred point and face. | |
Functions | |
| template<class Point, class PointRef, class PolygonRef> | |
| Istream & | operator>> (Istream &is, pyramid< Point, PointRef, PolygonRef > &p) |
| template<class Point, class PointRef, class PolygonRef> | |
| Ostream & | operator<< (Ostream &os, const pyramid< Point, PointRef, PolygonRef > &p) |