linDG2D::MeshInfo::S Class Reference
Scanner class for MeshInfo. More...
Public Member Functions | |
S * | clone () const |
Returns a clone of the scanner. More... | |
bool | eos () const |
Returns true if the end of the scanned set is reached. More... | |
operator int () | |
Returns true as long as the end of the scanned set is not reached yet. More... | |
EdgeInfo & | operator++ (int) |
Returns the next element in the scanned set. More... | |
S (const S &scan) | |
S (const std::unordered_map< uint, EdgeInfo > &edgeInfos) | |
Private Attributes | |
const std::unordered_map< uint, EdgeInfo > & | edgeInfos_ |
std::unordered_map< uint, EdgeInfo >::const_iterator | idx_ |
Detailed Description
Scanner class for MeshInfo.
Definition at line 40 of file meshInfo.hh.
Constructor & Destructor Documentation
◆ S() [1/2]
|
inline |
Definition at line 42 of file meshInfo.hh.
◆ S() [2/2]
|
inline |
Definition at line 44 of file meshInfo.hh.
Member Function Documentation
◆ clone()
|
inlinevirtual |
Returns a clone of the scanner.
Implements concepts::Scan< T >.
Definition at line 49 of file meshInfo.hh.
◆ eos()
|
inlinevirtual |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< T >.
Definition at line 45 of file meshInfo.hh.
◆ operator int()
|
inlineinherited |
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 34 of file scannerConnectors.hh.
◆ operator++()
|
inlinevirtual |
Returns the next element in the scanned set.
Implements concepts::Scan< T >.
Definition at line 46 of file meshInfo.hh.
Member Data Documentation
◆ edgeInfos_
|
private |
Definition at line 52 of file meshInfo.hh.
◆ idx_
|
private |
Definition at line 51 of file meshInfo.hh.
The documentation for this class was generated from the following file:
- linDG2D/meshInfo.hh