concepts::Cuboid::S Class Referenceabstract
Scann 3d. More...
Inheritance diagram for concepts::Cuboid::S:
Public Member Functions | |
concepts::Scan3 * | 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... | |
concepts::Cell3 & | operator++ (int) |
Returns the next element in the scanned set. More... | |
S (concepts::Hexahedron3d *(&cell)[ncell_]) | |
S (const S &scan) | |
Private Attributes | |
concepts::Hexahedron3d *(& | cell_ )[ncell_] |
uint | idx_ |
Detailed Description
Constructor & Destructor Documentation
◆ S() [1/2]
|
inline |
◆ S() [2/2]
Member Function Documentation
◆ clone() [1/2]
|
inline |
◆ clone() [2/2]
|
pure virtualinherited |
Returns a clone of the scanner.
◆ eos() [1/2]
◆ 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 element in the scanned set.
Implements concepts::Scan< concepts::Cell3 >.
Member Data Documentation
◆ cell_
|
private |
◆ idx_
The documentation for this class was generated from the following file:
- geometry/cuboid.hh