|
DEV_HOST | VertexRange (const T &begin, const T &end) |
|
DEV_HOST | VertexRange (const VertexRange &r) |
|
DEV_HOST_INLINE iterator | begin () const |
|
DEV_HOST_INLINE iterator | end () const |
|
DEV_HOST_INLINE size_t | size () const |
|
DEV_HOST void | Swap (VertexRange &rhs) |
|
DEV_HOST void | SetRange (const T &begin, const T &end) |
|
DEV_HOST const T & | begin_value () const |
|
DEV_HOST const T & | end_value () const |
|
bool | Contain (const Vertex< T > &v) const |
|
bool | IsSubsetOf (const VertexRange< T > &rhs) const |
|
bool | IsSubsetOf (const DualVertexRange< T > &rhs) const |
|
bool | OverlapWith (const VertexRange< T > &rhs) const |
|
bool | OverlapWith (const DualVertexRange< T > &rhs) const |
|
std::string | to_string () const |
|