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

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

List of all members.

Public Member Functions

concepts::Scan2clone () const
 Returns a clone of the scanner.
concepts::Scan3clone () const
 Returns a clone of the scanner.
bool eos () const
 Returns true if the end of the scanned set is reached.
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.
 operator int ()
 Returns true as long as the end of the scanned set is not reached yet.
concepts::Cell3operator++ (int)
 Returns the next cell.
concepts::Cell2operator++ (int)
 Returns the next cell.
 S (const S &scan)
 S (concepts::Hexahedron3d *(&cell)[ncell_])
 S (const S &scan)
 S (concepts::Triangle3d *(&cell)[ncell_])

Private Attributes

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

Detailed Description

Definition at line 17 of file cube.hh.


Constructor & Destructor Documentation

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

Definition at line 22 of file cube.hh.

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

Definition at line 23 of file cube.hh.

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

Definition at line 33 of file cube.hh.

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

Definition at line 34 of file cube.hh.


Member Function Documentation

concepts::Scan2* Cube::S::clone ( ) const [inline, virtual]

Returns a clone of the scanner.

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

Definition at line 28 of file cube.hh.

Here is the call graph for this function:

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

Returns a clone of the scanner.

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

Definition at line 39 of file cube.hh.

Here is the call graph for this function:

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

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

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

Definition at line 36 of file cube.hh.

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

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

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

Definition at line 25 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::Scan< Cell >::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::Cell2& Cube::S::operator++ ( int  ) [inline, virtual]

Returns the next cell.

Implements concepts::Scan< Cell2 >.

Definition at line 26 of file cube.hh.

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

Returns the next cell.

Implements concepts::Scan< Cell2 >.

Definition at line 37 of file cube.hh.


Member Data Documentation

Definition at line 19 of file cube.hh.

Definition at line 31 of file cube.hh.

uint Cube::S::idx_ [private]

Definition at line 18 of file cube.hh.


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

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