concepts::Cuboid::S Class Referenceabstract

Scann 3d. More...

Inheritance diagram for concepts::Cuboid::S:
concepts::Scan< concepts::Cell3 >

Public Member Functions

concepts::Scan3clone () const
 
virtual Scanclone () 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::Cell3operator++ (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

Scann 3d.

Definition at line 48 of file cuboid.hh.

Constructor & Destructor Documentation

◆ S() [1/2]

concepts::Cuboid::S::S ( concepts::Hexahedron3d *(&)  cell[ncell_])
inline

Definition at line 52 of file cuboid.hh.

◆ S() [2/2]

concepts::Cuboid::S::S ( const S scan)
inline

Definition at line 55 of file cuboid.hh.

Member Function Documentation

◆ clone() [1/2]

concepts::Scan3* concepts::Cuboid::S::clone ( ) const
inline

Definition at line 66 of file cuboid.hh.

◆ clone() [2/2]

virtual Scan* concepts::Scan< concepts::Cell3 >::clone ( ) const
pure virtualinherited

Returns a clone of the scanner.

◆ eos() [1/2]

bool concepts::Cuboid::S::eos ( ) const
inline

Definition at line 59 of file cuboid.hh.

◆ eos() [2/2]

virtual bool concepts::Scan< concepts::Cell3 >::eos ( ) const
pure virtualinherited

Returns true if the end of the scanned set is reached.

◆ operator int()

concepts::Scan< concepts::Cell3 >::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++()

concepts::Cell3& concepts::Cuboid::S::operator++ ( int  )
inlinevirtual

Returns the next element in the scanned set.

Implements concepts::Scan< concepts::Cell3 >.

Definition at line 62 of file cuboid.hh.

Member Data Documentation

◆ cell_

concepts::Hexahedron3d*(& concepts::Cuboid::S::cell_)[ncell_]
private

Definition at line 50 of file cuboid.hh.

◆ idx_

uint concepts::Cuboid::S::idx_
private

Definition at line 49 of file cuboid.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich