concepts::Scan< Connector2 > Class Referenceabstract
A scanner for 2D connectors on the processor intersection (cap) More...
#include <mesh_p.hh>
Inheritance diagram for concepts::Scan< Connector2 >:
Public Member Functions | |
virtual Scan * | clone () const=0 |
Returns a clone of the scanner. More... | |
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... | |
Connector2 & | operator++ (int)=0 |
Returns the next connector of the cap. More... | |
Detailed Description
A scanner for 2D connectors on the processor intersection (cap)
Member Function Documentation
◆ clone()
|
pure virtualinherited |
Returns a clone of the scanner.
◆ eos()
|
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++()
|
pure virtual |
Returns the next connector of the cap.
Implements concepts::Scan< Connector >.
The documentation for this class was generated from the following file:
- geometry_p/mesh_p.hh