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

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

Scanner for local cells. More...

Inheritance diagram for parallel::Mesh1::LocalS:
Inheritance graph
[legend]
Collaboration diagram for parallel::Mesh1::LocalS:
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.
 LocalS (const LocalS &scan)
 LocalS (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 local cells.

Definition at line 160 of file mesh_p.hh.


Constructor & Destructor Documentation

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

Definition at line 165 of file mesh_p.hh.

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

Definition at line 167 of file mesh_p.hh.


Member Function Documentation

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

Returns a clone of the scanner.

Implements concepts::Scan< T >.

Definition at line 171 of file mesh_p.hh.

Here is the call graph for this function:

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

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

Implements concepts::Scan< T >.

Definition at line 169 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::LocalS::operator++ ( int  ) [inline, virtual]

Returns the next element in the scanned set.

Implements concepts::Scan< T >.

Definition at line 170 of file mesh_p.hh.


Member Data Documentation

Array<auto_ptr<Cell1> >* parallel::Mesh1::LocalS::cell_ [private]

Definition at line 163 of file mesh_p.hh.

Definition at line 162 of file mesh_p.hh.

Definition at line 161 of file mesh_p.hh.


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

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