#include <cluster_types.h>
Public Types | |
typedef std::vector< int > ::iterator | iterator |
typedef std::vector< int > ::size_type | size_type |
typedef std::vector< int > ::value_type | value_type |
Public Member Functions | |
void | addIndex (int idx) |
iterator | begin () |
ClusterBase (int id) | |
iterator | end () |
const int | id () const |
value_type & | operator[] (size_type idx) |
size_type | size () const |
virtual | ~ClusterBase () |
Public Attributes | |
std::vector< int > | indices_ |
Protected Attributes | |
int | id_ |
Definition at line 74 of file cluster_types.h.
typedef std::vector<int>::iterator cob_3d_segmentation::ClusterBase::iterator |
Definition at line 77 of file cluster_types.h.
typedef std::vector<int>::size_type cob_3d_segmentation::ClusterBase::size_type |
Definition at line 78 of file cluster_types.h.
typedef std::vector<int>::value_type cob_3d_segmentation::ClusterBase::value_type |
Definition at line 79 of file cluster_types.h.
cob_3d_segmentation::ClusterBase::ClusterBase | ( | int | id | ) | [inline, explicit] |
Definition at line 82 of file cluster_types.h.
virtual cob_3d_segmentation::ClusterBase::~ClusterBase | ( | ) | [inline, virtual] |
Definition at line 86 of file cluster_types.h.
void cob_3d_segmentation::ClusterBase::addIndex | ( | int | idx | ) | [inline] |
Definition at line 95 of file cluster_types.h.
iterator cob_3d_segmentation::ClusterBase::begin | ( | ) | [inline] |
Definition at line 91 of file cluster_types.h.
iterator cob_3d_segmentation::ClusterBase::end | ( | ) | [inline] |
Definition at line 92 of file cluster_types.h.
const int cob_3d_segmentation::ClusterBase::id | ( | ) | const [inline] |
Definition at line 88 of file cluster_types.h.
value_type& cob_3d_segmentation::ClusterBase::operator[] | ( | size_type | idx | ) | [inline] |
Definition at line 90 of file cluster_types.h.
size_type cob_3d_segmentation::ClusterBase::size | ( | ) | const [inline] |
Definition at line 93 of file cluster_types.h.
int cob_3d_segmentation::ClusterBase::id_ [protected] |
Definition at line 99 of file cluster_types.h.
std::vector<int> cob_3d_segmentation::ClusterBase::indices_ |
Definition at line 97 of file cluster_types.h.