XC Open source finite element analysis program
|
Element edge container. More...
#include <ElementEdges.h>
Public Member Functions | |
ElementEdges (void) | |
Constructor. | |
virtual void | setPtrs (Domain *theDomain, const ID &theElementTags, const ID &theEdgeIndexes) |
Set the pointers from the element identifiers. | |
virtual size_t | removeElement (const int &tag) |
Removes the element identified by the tag being passed as parameter. | |
iterator | find (const int &tag) |
Returns an iterator to the element identified by the tag being passed as parameter. | |
const_iterator | find (const int &tag) const |
Returns an iterator to the element identified by the tag being passed as parameter. | |
int | getLocElement (const Element *) const |
Returns the element index on the vector, returns -1 if not found. | |
const_reference | operator() (const size_t &i) const |
reference | operator() (const size_t &i) |
Element edge container.