#include <singularSet.hh>
Public Member Functions | |
void | add (const concepts::Attribute &attrib, concepts::Mesh3 &msh) |
concepts::Scan< SingularVertex > * | verticesScan () const |
Scanner over all singular vertices. | |
concepts::Scan< SingularEdge > * | edgesScan () const |
Scanner over all singular edges. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SingularSet &s) |
Class for handling a set of singular edges and vertices
Definition at line 136 of file singularSet.hh.
|
inline |
Definition at line 139 of file singularSet.hh.
void hp3D::SingularSet::add | ( | const concepts::Attribute & | attrib, |
concepts::Mesh3 & | msh | ||
) |
Add all vertices and edges in the mesh with attrib
to the set of singular vertices and edges
|
inline |
Scanner over all singular edges.
Definition at line 150 of file singularSet.hh.
|
inline |
Scanner over all singular vertices.
Definition at line 146 of file singularSet.hh.