#include <continuityData.hh>
Public Member Functions | |
EdgesOfVertices () | |
Standard constructor. | |
EdgesOfVertices (const concepts::Connector2 &cell) | |
Constructor. | |
void | addCell (const concepts::Connector2 &cell) |
adds the vertices and belonging edges of cell to the mapping | |
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 317 of file continuityData.hh.
|
inline |
Standard constructor.
Definition at line 320 of file continuityData.hh.
|
inlineinherited |
Returns true if the entrance exists.
Definition at line 23 of file hashMap.hh.
|
protectedvirtualinherited |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 27 of file hashMap.hh.