concepts::EdgeMesh::S Class Referenceabstract
scanner over the cells More...
Inheritance diagram for concepts::EdgeMesh::S:
Public Member Functions | |
Scan1 * | clone () const |
virtual Scan * | clone () const=0 |
Returns a clone of the scanner. More... | |
bool | eos () const |
virtual bool | eos () const=0 |
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... | |
Edge2d & | operator++ (int) |
Returns the next cell. More... | |
S (const S &scan) | |
S (Sequence< Edge2d * > *cell) | |
Private Attributes | |
Sequence< Edge2d * > * | cell_ |
uint | idx_ |
Detailed Description
scanner over the cells
Definition at line 72 of file edgeMeshes.hh.
Constructor & Destructor Documentation
◆ S() [1/2]
Definition at line 76 of file edgeMeshes.hh.
◆ S() [2/2]
|
inline |
Definition at line 77 of file edgeMeshes.hh.
Member Function Documentation
◆ clone() [1/2]
|
inline |
Definition at line 82 of file edgeMeshes.hh.
◆ clone() [2/2]
|
pure virtualinherited |
Returns a clone of the scanner.
◆ eos() [1/2]
|
inline |
Definition at line 79 of file edgeMeshes.hh.
◆ eos() [2/2]
|
pure virtualinherited |
Returns true if the end of the scanned set is reached.
◆ 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 cell.
Implements concepts::Scan< Cell1 >.
Definition at line 80 of file edgeMeshes.hh.
Member Data Documentation
◆ cell_
Definition at line 74 of file edgeMeshes.hh.
◆ idx_
|
private |
Definition at line 73 of file edgeMeshes.hh.
The documentation for this class was generated from the following file:
- geometry/edgeMeshes.hh