Represents a group of handles, which are somehow connected. More...
#include <Cluster.hpp>
Public Member Functions | |
decltype(auto) | begin () const |
decltype(auto) | end () const |
size_t | size () const |
Public Attributes | |
vector< HandleT > | handles |
Represents a group of handles, which are somehow connected.
HandleT | Type of handles, which are connected by this cluster. |
Definition at line 50 of file Cluster.hpp.
|
inline |
Definition at line 56 of file Cluster.hpp.
|
inline |
Definition at line 57 of file Cluster.hpp.
|
inline |
Definition at line 53 of file Cluster.hpp.
vector<HandleT> lvr2::Cluster< HandleT >::handles |
Definition at line 59 of file Cluster.hpp.