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

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

Scanner for global cells. More...

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

Private Attributes

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

Detailed Description

Scanner for global cells.

Definition at line 327 of file mesh_p.hh.


Constructor & Destructor Documentation

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

Definition at line 332 of file mesh_p.hh.

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

Definition at line 336 of file mesh_p.hh.


Member Function Documentation

concepts::Scan2* parallel::Mesh2::GlobalS::clone ( ) const [inline, virtual]

Returns a clone of the scanner.

Implements concepts::Scan< T >.

Definition at line 341 of file mesh_p.hh.

Here is the call graph for this function:

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

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

Implements concepts::Scan< T >.

Definition at line 339 of file mesh_p.hh.

template<class T>
concepts::Scan< T >::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.

Cell2& parallel::Mesh2::GlobalS::operator++ ( int  ) [inline, virtual]

Returns the next element in the scanned set.

Implements concepts::Scan< T >.

Definition at line 340 of file mesh_p.hh.


Member Data Documentation

Definition at line 330 of file mesh_p.hh.

Definition at line 329 of file mesh_p.hh.

Definition at line 328 of file mesh_p.hh.


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

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