|
HDK
|
#include <GA_Edge.h>
Public Types | |
| typedef GA_EdgeT< T, DIRECTED > | ThisType |
Public Member Functions | |
| GA_EdgeT () | |
| GA_EdgeT (T pt0, T pt1) | |
| T | p0 () const |
| T & | p0 () |
| T | p1 () const |
| T & | p1 () |
| int64 | getMemoryUsage () const |
| bool | isValid () const |
| bool | operator== (const ThisType &e) const |
| Return whether this edge is the same undirected edge as the given edge. More... | |
| bool | operator!= (const ThisType &e) const |
| size_t | hash () const |
| Hash function. More... | |