concepts::Scan< Connector1 > Class Referenceabstract

A scanner for 1D connectors on the processor intersection (cap) More...

#include <mesh_p.hh>

Inheritance diagram for concepts::Scan< Connector1 >:
concepts::Scan< Connector >

Public Member Functions

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

Detailed Description

A scanner for 1D connectors on the processor intersection (cap)

Definition at line 35 of file mesh_p.hh.

Member Function Documentation

◆ clone()

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

Returns a clone of the scanner.

◆ eos()

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

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

◆ operator int()

concepts::Scan< Connector >::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++()

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

Returns the next connector of the cap.

Implements concepts::Scan< Connector >.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich