Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
Cube2::S Class Reference
Inheritance diagram for Cube2::S:
Inheritance graph
[legend]
Collaboration diagram for Cube2::S:
Collaboration graph
[legend]

List of all members.

Public Member Functions

concepts::Scan3clone () const
 Returns a clone of the scanner.
bool eos () const
 Returns true if the end of the scanned set is reached.
 operator int ()
 Returns true as long as the end of the scanned set is not reached yet.
concepts::Cell3operator++ (int)
 Returns the next element in the scanned set.
 S (concepts::Hexahedron3d *(&cell)[2])
 S (const S &scan)

Private Attributes

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

Detailed Description

Definition at line 65 of file cube.hh.


Constructor & Destructor Documentation

Cube2::S::S ( concepts::Hexahedron3d *(&)  cell[2]) [inline]

Definition at line 69 of file cube.hh.

Cube2::S::S ( const S scan) [inline]

Definition at line 70 of file cube.hh.


Member Function Documentation

concepts::Scan3* Cube2::S::clone ( ) const [inline, virtual]

Returns a clone of the scanner.

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

Definition at line 75 of file cube.hh.

Here is the call graph for this function:

bool Cube2::S::eos ( ) const [inline, virtual]

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

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

Definition at line 72 of file cube.hh.

concepts::Scan< concepts::Cell3 >::operator int ( ) [inline, inherited]

Returns true as long as the end of the scanned set is not reached yet.

Definition at line 32 of file scannerConnectors.hh.

concepts::Cell3& Cube2::S::operator++ ( int  ) [inline, virtual]

Returns the next element in the scanned set.

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

Definition at line 73 of file cube.hh.


Member Data Documentation

Definition at line 67 of file cube.hh.

uint Cube2::S::idx_ [private]

Definition at line 66 of file cube.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)