concepts::SquareTwoInfiniteRects::S Class Referenceabstract
Inheritance diagram for concepts::SquareTwoInfiniteRects::S:
Public Member Functions | |
Scan2 * | 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... | |
Cell2 & | operator++ (int) |
Returns the next cell. More... | |
S (Cell2 *(&cell)[3]) | |
S (const S &scan) | |
Private Attributes | |
Cell2 *(& | cell_ )[3] |
unsigned int | idx_ |
Detailed Description
Definition at line 29 of file infiniteMeshes.hh.
Constructor & Destructor Documentation
◆ S() [1/2]
|
inline |
Definition at line 33 of file infiniteMeshes.hh.
◆ S() [2/2]
|
inline |
Definition at line 34 of file infiniteMeshes.hh.
Member Function Documentation
◆ clone() [1/2]
|
inline |
Definition at line 37 of file infiniteMeshes.hh.
◆ clone() [2/2]
|
pure virtualinherited |
Returns a clone of the scanner.
◆ eos() [1/2]
|
inline |
Definition at line 35 of file infiniteMeshes.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< Cell2 >.
Definition at line 36 of file infiniteMeshes.hh.
Member Data Documentation
◆ cell_
|
private |
Definition at line 31 of file infiniteMeshes.hh.
◆ idx_
|
private |
Definition at line 30 of file infiniteMeshes.hh.
The documentation for this class was generated from the following file:
- geometry/infiniteMeshes.hh