Skip to content
Snippets Groups Projects
Commit cbf84a14 authored by Van Dung NGUYEN's avatar Van Dung NGUYEN
Browse files

add func

parent d595811e
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,11 @@ class groupOfElements {
return (_elements.find(e) != _elements.end());
}
bool find (MVertex *v) const
{
return (_vertices.find(v) != _vertices.end());
}
inline void insert (MElement *e)
{
_elements.insert(e);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment