hp2D::SingularSet Class Reference
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. More... | |
SingularSet () | |
concepts::Scan< SingularVertex > * | verticesScan () const |
Scanner over all singular vertices. More... | |
~SingularSet () | |
Private Attributes | |
concepts::Joiner< SingularVertex *, 1 > * | vertices_ |
List of singular vertices. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SingularSet &s) |
Detailed Description
Class for handling a set of singular vertices.
Definition at line 63 of file singularSet.hh.
Constructor & Destructor Documentation
◆ SingularSet()
|
inline |
Definition at line 66 of file singularSet.hh.
◆ ~SingularSet()
hp2D::SingularSet::~SingularSet | ( | ) |
Member Function Documentation
◆ add()
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.
◆ verticesScan()
|
inline |
Scanner over all singular vertices.
Definition at line 73 of file singularSet.hh.
Friends And Related Function Documentation
◆ operator<<
|
friend |
Member Data Documentation
◆ vertices_
|
private |
List of singular vertices.
Definition at line 78 of file singularSet.hh.
The documentation for this class was generated from the following file:
- hp2D/singularSet.hh