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

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

List of all members.

Public Member Functions

concepts::Scan2clone () 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::Cell2operator++ (int)
 Returns the next cell.
 S (concepts::Triangle3d *(&cell)[ncell_])
 S (const S &scan)

Private Attributes

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

Detailed Description

Definition at line 17 of file ball.hh.


Constructor & Destructor Documentation

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

Definition at line 22 of file ball.hh.

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

Definition at line 23 of file ball.hh.


Member Function Documentation

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

Returns a clone of the scanner.

Implements concepts::Scan< Cell >.

Definition at line 28 of file ball.hh.

Here is the call graph for this function:

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

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

Implements concepts::Scan< Cell >.

Definition at line 25 of file ball.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& Ball::S::operator++ ( int  ) [inline, virtual]

Returns the next cell.

Implements concepts::Scan< Cell2 >.

Definition at line 26 of file ball.hh.


Member Data Documentation

Definition at line 19 of file ball.hh.

uint Ball::S::idx_ [private]

Definition at line 18 of file ball.hh.


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

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