libpointmatcher  1.3.1
Public Types | Public Member Functions | Friends | List of all members
PointMatcher< T >::DataPoints::Labels Struct Reference

A vector of Label. More...

#include <PointMatcher.h>

Inheritance diagram for PointMatcher< T >::DataPoints::Labels:

Public Types

typedef std::vector< Label >::const_iterator const_iterator
 alias
 

Public Member Functions

 Labels ()
 Construct empty Labels.
 
 Labels (const Label &label)
 Construct Labels with a single Label in it.
 
bool contains (const std::string &text) const
 Return whether there is a label named text.
 
size_t totalDim () const
 Return the sum of the spans of each label.
 

Friends

std::ostream & operator<< (std::ostream &stream, const Labels &labels)
 

Detailed Description

template<typename T>
struct PointMatcher< T >::DataPoints::Labels

A vector of Label.


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