Build a mapping from vertices (over their key) in a cell to the edges their belong to. More...
#include <continuityData.hh>


Public Member Functions | |
| void | addCell (const concepts::Connector2 &cell) |
adds the vertices and belonging edges of cell to the mapping | |
| EdgesOfVertices (const concepts::Connector2 &cell) | |
| Constructor. | |
| EdgesOfVertices () | |
| Standard constructor. | |
| bool | exists (uint i) const |
| Returns true if the entrance exists. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Build a mapping from vertices (over their key) in a cell to the edges their belong to.
Definition at line 314 of file continuityData.hh.
| concepts::EdgesOfVertices::EdgesOfVertices | ( | ) | [inline] |
Standard constructor.
Definition at line 317 of file continuityData.hh.
| concepts::EdgesOfVertices::EdgesOfVertices | ( | const concepts::Connector2 & | cell | ) |
Constructor.
| void concepts::EdgesOfVertices::addCell | ( | const concepts::Connector2 & | cell | ) |
adds the vertices and belonging edges of cell to the mapping
| bool concepts::HashMap< Set< Connector1 * > >::exists | ( | uint | i | ) | const [inline, inherited] |
Returns true if the entrance exists.
Definition at line 35 of file hashMap.hh.
| virtual std::ostream& concepts::HashMap< Set< Connector1 * > >::info | ( | std::ostream & | os | ) | const [protected, virtual, inherited] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.