Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::Scan< Cell3 > Class Referenceabstract

A scanner for a 3D mesh. More...

#include <mesh.hh>

Inheritance diagram for concepts::Scan< Cell3 >:
concepts::Scan< Cell >

Public Member Functions

Cell3operator++ (int)=0
 Returns the next cell.
 
 operator int ()
 Returns true as long as the end of the scanned set is not reached yet.
 
virtual bool eos () const=0
 Returns true if the end of the scanned set is reached.
 
virtual Scanclone () const=0
 Returns a clone of the scanner.
 

Detailed Description

A scanner for a 3D mesh.

Examples
meshes.cc.

Definition at line 52 of file mesh.hh.

Member Function Documentation

◆ clone()

virtual Scan * concepts::Scan< Cell >::clone ( ) const
pure virtualinherited

Returns a clone of the scanner.

Implemented in concepts::Import2dMeshBase::S.

◆ eos()

virtual bool concepts::Scan< Cell >::eos ( ) const
pure virtualinherited

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

Implemented in concepts::Import2dMeshBase::S.

◆ operator int()

concepts::Scan< Cell >::operator int ( )
inlineinherited

Returns true as long as the end of the scanned set is not reached yet.

Definition at line 34 of file scannerConnectors.hh.

◆ operator++()

Cell3 & concepts::Scan< Cell3 >::operator++ ( int  )
pure virtual

Returns the next cell.

Implements concepts::Scan< Cell >.


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