Cube::S Class Referenceabstract

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

Public Member Functions

concepts::Scan3clone () const
 
concepts::Scan3clone () const
 
concepts::Scan3clone () const
 
concepts::Scan3clone () const
 
virtual Scan * clone () const=0
 Returns a clone of the scanner. More...
 
bool eos () const
 
bool eos () const
 
bool eos () const
 
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...
 
concepts::Cell3operator++ (int)
 Returns the next element in the scanned set. More...
 
concepts::Cell3operator++ (int)
 Returns the next element in the scanned set. More...
 
concepts::Cell3operator++ (int)
 Returns the next element in the scanned set. More...
 
 S (concepts::Hexahedron3d *(&cell)[ncell_])
 
 S (concepts::Hexahedron3d *(&cell)[ncell_])
 
 S (concepts::Hexahedron3d *(&cell)[ncell_])
 
 S (concepts::Hexahedron3d *(&cell)[ncell_])
 
 S (const S &scan)
 
 S (const S &scan)
 
 S (const S &scan)
 
 S (const S &scan)
 

Private Attributes

concepts::Hexahedron3d *(& cell_ )[ncell_]
 
uint idx_
 

Detailed Description

Definition at line 30 of file cube.hh.

Constructor & Destructor Documentation

◆ S() [1/8]

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

Definition at line 34 of file cube.hh.

◆ S() [2/8]

Cube::S::S ( const S scan)
inline

Definition at line 35 of file cube.hh.

◆ S() [3/8]

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

Definition at line 34 of file cube.hh.

◆ S() [4/8]

Cube::S::S ( const S scan)
inline

Definition at line 35 of file cube.hh.

◆ S() [5/8]

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

Definition at line 34 of file cube.hh.

◆ S() [6/8]

Cube::S::S ( const S scan)
inline

Definition at line 35 of file cube.hh.

◆ S() [7/8]

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

Definition at line 34 of file cube.hh.

◆ S() [8/8]

Cube::S::S ( const S scan)
inline

Definition at line 35 of file cube.hh.

Member Function Documentation

◆ clone() [1/5]

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

Definition at line 40 of file cube.hh.

◆ clone() [2/5]

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

Definition at line 40 of file cube.hh.

◆ clone() [3/5]

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

Definition at line 40 of file cube.hh.

◆ clone() [4/5]

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

Definition at line 40 of file cube.hh.

◆ clone() [5/5]

virtual Scan* concepts::Scan< concepts::Cell3 >::clone
pure virtualinherited

Returns a clone of the scanner.

◆ eos() [1/5]

bool Cube::S::eos ( ) const
inline

Definition at line 37 of file cube.hh.

◆ eos() [2/5]

bool Cube::S::eos ( ) const
inline

Definition at line 37 of file cube.hh.

◆ eos() [3/5]

bool Cube::S::eos ( ) const
inline

Definition at line 37 of file cube.hh.

◆ eos() [4/5]

bool Cube::S::eos ( ) const
inline

Definition at line 37 of file cube.hh.

◆ eos() [5/5]

virtual bool concepts::Scan< concepts::Cell3 >::eos
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++() [1/4]

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

Returns the next element in the scanned set.

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

Definition at line 38 of file cube.hh.

◆ operator++() [2/4]

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

Returns the next element in the scanned set.

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

Definition at line 38 of file cube.hh.

◆ operator++() [3/4]

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

Returns the next element in the scanned set.

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

Definition at line 38 of file cube.hh.

◆ operator++() [4/4]

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

Returns the next element in the scanned set.

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

Definition at line 38 of file cube.hh.

Member Data Documentation

◆ cell_

concepts::Hexahedron3d *(& Cube::S::cell_
private

Definition at line 32 of file cube.hh.

◆ idx_

uint Cube::S::idx_
private

Definition at line 31 of file cube.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