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

Public Member Functions | Private Attributes
concepts::Import3DTetMesh::S Class Reference
Inheritance diagram for concepts::Import3DTetMesh::S:
Inheritance graph
[legend]
Collaboration diagram for concepts::Import3DTetMesh::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.
Tetrahedron3doperator++ (int)
 Returns the next cell.
 S (std::vector< Tetrahedron3d * > &cell)
 S (const S &scan)

Private Attributes

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

Detailed Description

Definition at line 192 of file mesh.hh.


Constructor & Destructor Documentation

concepts::Import3DTetMesh::S::S ( std::vector< Tetrahedron3d * > &  cell) [inline]

Definition at line 194 of file mesh.hh.

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

Definition at line 196 of file mesh.hh.


Member Function Documentation

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

Returns a clone of the scanner.

Implements concepts::Scan< Cell >.

Definition at line 201 of file mesh.hh.

Here is the call graph for this function:

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

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

Implements concepts::Scan< Cell >.

Definition at line 197 of file mesh.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.

Tetrahedron3d& concepts::Import3DTetMesh::S::operator++ ( int  ) [inline, virtual]

Returns the next cell.

Implements concepts::Scan< Cell3 >.

Definition at line 198 of file mesh.hh.


Member Data Documentation

Definition at line 204 of file mesh.hh.

std::vector<Tetrahedron3d*>::iterator concepts::Import3DTetMesh::S::idx_ [private]

Definition at line 203 of file mesh.hh.


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

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