libpointmatcher
1.0.2
|
#include <PointMatcher.h>
Inherits std::vector< T >.
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. |
A vector of Label.