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

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

Scanner for global cells. More...

Inheritance diagram for parallel::Mesh1::GlobalS:
Inheritance graph
[legend]
Collaboration diagram for parallel::Mesh1::GlobalS:
Collaboration graph
[legend]

List of all members.

Public Member Functions

concepts::Scan1clone () 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< Cell1 > > *cell)
 operator int ()
 Returns true as long as the end of the scanned set is not reached yet.
Cell1operator++ (int)
 Returns the next element in the scanned set.

Private Attributes

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

Detailed Description

Scanner for global cells.

Definition at line 175 of file mesh_p.hh.


Constructor & Destructor Documentation

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

Definition at line 180 of file mesh_p.hh.

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

Definition at line 184 of file mesh_p.hh.


Member Function Documentation

concepts::Scan1* parallel::Mesh1::GlobalS::clone ( ) const [inline, virtual]

Returns a clone of the scanner.

Implements concepts::Scan< T >.

Definition at line 189 of file mesh_p.hh.

Here is the call graph for this function:

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

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

Implements concepts::Scan< T >.

Definition at line 187 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.

Cell1& parallel::Mesh1::GlobalS::operator++ ( int  ) [inline, virtual]

Returns the next element in the scanned set.

Implements concepts::Scan< T >.

Definition at line 188 of file mesh_p.hh.


Member Data Documentation

Definition at line 178 of file mesh_p.hh.

Definition at line 177 of file mesh_p.hh.

Definition at line 176 of file mesh_p.hh.


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

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