Public Member Functions | Public Attributes
PointMatcher< T >::DataPoints::Label Struct Reference

The name for a certain number of dim. More...

#include <PointMatcher.h>

List of all members.

Public Member Functions

 Label (const std::string &text="", const size_t span=0)
 Construct a label from a given name and number of data dimensions it spans.
bool operator== (const Label &that) const
 Return whether two labels are equals.

Public Attributes

size_t span
 number of data dimensions the label spans
std::string text
 name of the label

Detailed Description

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

The name for a certain number of dim.

Definition at line 212 of file PointMatcher.h.


Constructor & Destructor Documentation

template<typename T >
PointMatcher< T >::DataPoints::Label::Label ( const std::string &  text = "",
const size_t  span = 0 
)

Construct a label from a given name and number of data dimensions it spans.

Definition at line 44 of file pointmatcher/DataPoints.cpp.


Member Function Documentation

template<typename T >
bool PointMatcher< T >::DataPoints::Label::operator== ( const Label that) const

Return whether two labels are equals.

Definition at line 57 of file pointmatcher/DataPoints.cpp.


Member Data Documentation

template<typename T>
size_t PointMatcher< T >::DataPoints::Label::span

number of data dimensions the label spans

Definition at line 215 of file PointMatcher.h.

template<typename T>
std::string PointMatcher< T >::DataPoints::Label::text

name of the label

Definition at line 214 of file PointMatcher.h.


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


libpointmatcher
Author(s):
autogenerated on Mon Sep 14 2015 02:59:07