Class for handling a set of singular vertices. More...
#include <singularSet.hh>

Public Member Functions | |
| void | add (const concepts::Attribute &attrib, concepts::Mesh2 &msh) |
Add all vertices and edges in the mesh with attrib to the set of singular vertices and edges. | |
| SingularSet () | |
| concepts::Scan< SingularVertex > * | verticesScan () const |
| Scanner over all singular vertices. | |
| ~SingularSet () | |
Private Attributes | |
| concepts::Joiner < SingularVertex *, 1 > * | vertices_ |
| List of singular vertices. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const SingularSet &s) |
Class for handling a set of singular vertices.
Definition at line 60 of file singularSet.hh.
| hp2D::SingularSet::SingularSet | ( | ) | [inline] |
Definition at line 63 of file singularSet.hh.
| hp2D::SingularSet::~SingularSet | ( | ) |
| void hp2D::SingularSet::add | ( | const concepts::Attribute & | attrib, |
| concepts::Mesh2 & | msh | ||
| ) |
Add all vertices and edges in the mesh with attrib to the set of singular vertices and edges.
| concepts::Scan<SingularVertex>* hp2D::SingularSet::verticesScan | ( | ) | const [inline] |
Scanner over all singular vertices.
Definition at line 70 of file singularSet.hh.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const SingularSet & | s | ||
| ) | [friend] |
concepts::Joiner<SingularVertex*, 1>* hp2D::SingularSet::vertices_ [private] |
List of singular vertices.
Definition at line 75 of file singularSet.hh.