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

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

Scanner for local cells. More...

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

Definition at line 312 of file mesh_p.hh.


Constructor & Destructor Documentation

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

Definition at line 317 of file mesh_p.hh.

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

Definition at line 319 of file mesh_p.hh.


Member Function Documentation

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

Returns a clone of the scanner.

Implements concepts::Scan< T >.

Definition at line 323 of file mesh_p.hh.

Here is the call graph for this function:

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

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

Implements concepts::Scan< T >.

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

Returns the next element in the scanned set.

Implements concepts::Scan< T >.

Definition at line 322 of file mesh_p.hh.


Member Data Documentation

Array<auto_ptr<Cell2> >* parallel::Mesh2::LocalS::cell_ [private]

Definition at line 315 of file mesh_p.hh.

Definition at line 314 of file mesh_p.hh.

Definition at line 313 of file mesh_p.hh.


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

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