Public Member Functions | Public Attributes | List of all members
lvr2::Cluster< HandleT > Struct Template Reference

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
 

Detailed Description

template<typename HandleT>
struct lvr2::Cluster< HandleT >

Represents a group of handles, which are somehow connected.

Template Parameters
HandleTType of handles, which are connected by this cluster.

Definition at line 50 of file Cluster.hpp.

Member Function Documentation

◆ begin()

template<typename HandleT >
decltype(auto) lvr2::Cluster< HandleT >::begin ( ) const
inline

Definition at line 56 of file Cluster.hpp.

◆ end()

template<typename HandleT >
decltype(auto) lvr2::Cluster< HandleT >::end ( ) const
inline

Definition at line 57 of file Cluster.hpp.

◆ size()

template<typename HandleT >
size_t lvr2::Cluster< HandleT >::size ( ) const
inline

Definition at line 53 of file Cluster.hpp.

Member Data Documentation

◆ handles

template<typename HandleT >
vector<HandleT> lvr2::Cluster< HandleT >::handles

Definition at line 59 of file Cluster.hpp.


The documentation for this struct was generated from the following file:


lvr2
Author(s): Thomas Wiemann , Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:27