NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
CenteredText Class Reference

Public Member Functions

 CenteredText (const std::string &str, float x, float y, float sz, const std::string &font)
 

Public Attributes

float x_
 
float y_
 
float sz_
 
std::string str_
 
std::string font_
 

Friends

std::ostream & operator<< (std::ostream &out, const CenteredText &txt)
 

Constructor & Destructor Documentation

◆ CenteredText()

CenteredText::CenteredText ( const std::string &  str,
float  x,
float  y,
float  sz,
const std::string &  font 
)
inline

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  out,
const CenteredText txt 
)
friend

Member Data Documentation

◆ font_

std::string CenteredText::font_

◆ str_

std::string CenteredText::str_

◆ sz_

float CenteredText::sz_

◆ x_

float CenteredText::x_

◆ y_

float CenteredText::y_

The documentation for this class was generated from the following file: