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

Public Member Functions | Private Attributes
StrangeMesh::S Class Reference
Inheritance diagram for StrangeMesh::S:
Inheritance graph
[legend]
Collaboration diagram for StrangeMesh::S:
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.
 operator int ()
 Returns true as long as the end of the scanned set is not reached yet.
concepts::Cell2operator++ (int)
 Returns the next element in the scanned set.
 S (concepts::Cell2 **(&cells), uint num_cells)
 S (const S &scan)

Private Attributes

unsigned int act_ind
concepts::Cell2 **& cell_
unsigned int num_cells

Detailed Description

Definition at line 37 of file strange_mesh.hh.


Constructor & Destructor Documentation

StrangeMesh::S::S ( concepts::Cell2 **&  cells,
uint  num_cells 
) [inline]

Definition at line 42 of file strange_mesh.hh.

StrangeMesh::S::S ( const S scan) [inline]

Definition at line 44 of file strange_mesh.hh.


Member Function Documentation

concepts::Scan2* StrangeMesh::S::clone ( ) const [inline, virtual]

Returns a clone of the scanner.

Implements concepts::Scan< concepts::Cell2 >.

Definition at line 51 of file strange_mesh.hh.

Here is the call graph for this function:

bool StrangeMesh::S::eos ( ) const [inline, virtual]

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

Implements concepts::Scan< concepts::Cell2 >.

Definition at line 47 of file strange_mesh.hh.

concepts::Scan< concepts::Cell2 >::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.

concepts::Cell2& StrangeMesh::S::operator++ ( int  ) [inline, virtual]

Returns the next element in the scanned set.

Implements concepts::Scan< concepts::Cell2 >.

Definition at line 48 of file strange_mesh.hh.


Member Data Documentation

unsigned int StrangeMesh::S::act_ind [private]

Definition at line 38 of file strange_mesh.hh.

Definition at line 40 of file strange_mesh.hh.

unsigned int StrangeMesh::S::num_cells [private]

Definition at line 39 of file strange_mesh.hh.


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

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