concepts::EdgesOfVertices Class Reference
Build a mapping from vertices (over their key) in a cell to the edges their belong to. More...
#include <continuityData.hh>
Inheritance diagram for concepts::EdgesOfVertices:
 
  
| Public Member Functions | |
| void | addCell (const concepts::Connector2 &cell) | 
| adds the vertices and belonging edges of cellto the mapping  More... | |
| EdgesOfVertices () | |
| Standard constructor.  More... | |
| EdgesOfVertices (const concepts::Connector2 &cell) | |
| Constructor.  More... | |
| bool | exists (uint i) const | 
| Returns true if the entrance exists.  More... | |
| Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const | 
| Returns information in an output stream.  More... | |
Detailed Description
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.
Constructor & Destructor Documentation
◆ EdgesOfVertices() [1/2]
| 
 | inline | 
Standard constructor.
Definition at line 320 of file continuityData.hh.
◆ EdgesOfVertices() [2/2]
| concepts::EdgesOfVertices::EdgesOfVertices | ( | const concepts::Connector2 & | cell | ) | 
Constructor.
Member Function Documentation
◆ addCell()
| void concepts::EdgesOfVertices::addCell | ( | const concepts::Connector2 & | cell | ) | 
adds the vertices and belonging edges of cell to the mapping 
◆ exists()
| 
 | inlineinherited | 
Returns true if the entrance exists.
Definition at line 23 of file hashMap.hh.
◆ info()
| 
 | protectedvirtualinherited | 
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 27 of file hashMap.hh.
The documentation for this class was generated from the following file:
- geometry/continuityData.hh

