Edge class.
More...
#include <Edge.h>
|
| Edge () |
| Constructor.
|
|
| Edge (const T &v0, const T &v1, unsigned int id=0) |
| Constructor. More...
|
|
| Edge (const T &v0, const T &v1, const unsigned int p0Id, const unsigned int p1Id) |
|
| ~Edge () |
| Destructor.
|
|
bool | operator== (const Edge< T > &other) const |
| Equality operator.
|
|
|
T | p0 |
| Vertex 0.
|
|
T | p1 |
| Vertex 1.
|
|
unsigned int | id |
| Edge id.
|
|
unsigned int | p0Id |
| Vertex 0 id.
|
|
unsigned int | p1Id |
| Vertex 1 id.
|
|
template<class T>
class AtomsUtils::Edge< T >
Edge class.
◆ Edge()
Constructor.
- Parameters
-
v0 | Vertex 0 |
v1 | Vertex 1 |
id | Edge id |
The documentation for this class was generated from the following file:
- C:/projects/AtomsVFX/Atoms/Public/AtomsUtils/Edge.h