Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
icl::utils::VisualizationDescription::Text Struct Reference

Utility class for Text. More...

#include <VisualizationDescription.h>

List of all members.

Public Member Functions

 Text ()
 Empty constructor.
 Text (const Point32f &pos, const std::string &text)
 Constructor with given pos and content.

Public Attributes

Point32f pos
 text pos
std::string text

Detailed Description

Utility class for Text.


Constructor & Destructor Documentation

Empty constructor.

icl::utils::VisualizationDescription::Text::Text ( const Point32f pos,
const std::string &  text 
) [inline]

Constructor with given pos and content.


Member Data Documentation

text pos

text content


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines