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

Public Member Functions | Private Attributes
parallel::Mesh3::GlobalS Class Reference

Scanner for global cells. More...

Inheritance diagram for parallel::Mesh3::GlobalS:
Inheritance graph
[legend]
Collaboration diagram for parallel::Mesh3::GlobalS:
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.
 GlobalS (const GlobalS &scan)
 GlobalS (uint n, Array< auto_ptr< Cell3 > > *cell)
 operator int ()
 Returns true as long as the end of the scanned set is not reached yet.
Cell3operator++ (int)
 Returns the next cell.

Private Attributes

Array< auto_ptr< Cell3 > > * cell_
uint idx_
uint n_

Detailed Description

Scanner for global cells.

Definition at line 499 of file mesh_p.hh.


Constructor & Destructor Documentation

parallel::Mesh3::GlobalS::GlobalS ( uint  n,
Array< auto_ptr< Cell3 > > *  cell 
) [inline]

Definition at line 504 of file mesh_p.hh.

parallel::Mesh3::GlobalS::GlobalS ( const GlobalS scan) [inline]

Definition at line 508 of file mesh_p.hh.


Member Function Documentation

concepts::Scan3* parallel::Mesh3::GlobalS::clone ( ) const [inline, virtual]

Returns a clone of the scanner.

Implements concepts::Scan< Cell >.

Definition at line 513 of file mesh_p.hh.

Here is the call graph for this function:

bool parallel::Mesh3::GlobalS::eos ( ) const [inline, virtual]

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

Implements concepts::Scan< Cell >.

Definition at line 511 of file mesh_p.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.

Cell3& parallel::Mesh3::GlobalS::operator++ ( int  ) [inline, virtual]

Returns the next cell.

Implements concepts::Scan< Cell3 >.

Definition at line 512 of file mesh_p.hh.


Member Data Documentation

Definition at line 502 of file mesh_p.hh.

Definition at line 501 of file mesh_p.hh.

Definition at line 500 of file mesh_p.hh.


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

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