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

Public Member Functions | Private Attributes
concepts::Import3dMesh::S Class Reference

Scanner class for Import3dMesh. More...

Inheritance diagram for concepts::Import3dMesh::S:
Inheritance graph
[legend]
Collaboration diagram for concepts::Import3dMesh::S:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Scan3clone () 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.
Cell3operator++ (int)
 Returns the next cell.
 S (std::vector< Cell3 * > &cell)
 S (const S &scan)

Private Attributes

std::vector< Cell3 * > & cell_
std::vector< Cell3 * >::iterator idx_

Detailed Description

Scanner class for Import3dMesh.

Definition at line 163 of file meshImport3D.hh.


Constructor & Destructor Documentation

concepts::Import3dMesh::S::S ( std::vector< Cell3 * > &  cell) [inline]

Definition at line 165 of file meshImport3D.hh.

concepts::Import3dMesh::S::S ( const S scan) [inline]

Definition at line 167 of file meshImport3D.hh.


Member Function Documentation

Scan3* concepts::Import3dMesh::S::clone ( ) const [inline, virtual]

Returns a clone of the scanner.

Implements concepts::Scan< Cell >.

Definition at line 170 of file meshImport3D.hh.

Here is the call graph for this function:

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

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

Implements concepts::Scan< Cell >.

Definition at line 168 of file meshImport3D.hh.

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

Cell3& concepts::Import3dMesh::S::operator++ ( int  ) [inline, virtual]

Returns the next cell.

Implements concepts::Scan< Cell3 >.

Definition at line 169 of file meshImport3D.hh.


Member Data Documentation

std::vector<Cell3*>& concepts::Import3dMesh::S::cell_ [private]

Definition at line 173 of file meshImport3D.hh.

std::vector<Cell3*>::iterator concepts::Import3dMesh::S::idx_ [private]

Definition at line 172 of file meshImport3D.hh.


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

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