PRAgMaTIc
master
|
#include <Edge.h>
Public Member Functions | |
Edge (index_t nid0, index_t nid1) | |
Edge (const Edge &in) | |
~Edge () | |
Destructor. More... | |
Edge & | operator= (const Edge &in) |
Assignment operator. More... | |
bool | operator== (const Edge &in) const |
Equality operator. More... | |
bool | operator!= (const Edge &in) const |
Inequality operator. More... | |
bool | operator< (const Edge &in) const |
Less-than operator. More... | |
index_t | connected (const Edge &in) const |
bool | contains (index_t nid) const |
Friends | |
template<typename _real_t > | |
class | Mesh |
template<typename _real_t , int _dim> | |
class | Coarsen |
template<typename _real_t , int _dim> | |
class | Swapping |
template<typename _real_t , int _dim> | |
class | Refine |
Mesh edge object.