NASA Astrobee Robot Software  Astrobee Version:
Flight software for the Astrobee robots operating inside the International Space Station.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RectBW Class Reference

Public Member Functions

 RectBW (float x, float y, float width, float height, bool black)
 

Public Attributes

float x_
 
float y_
 
float w_
 
float h_
 
std::string style_
 

Friends

std::ostream & operator<< (std::ostream &output, const RectBW &rect)
 

Constructor & Destructor Documentation

◆ RectBW()

RectBW::RectBW ( float  x,
float  y,
float  width,
float  height,
bool  black 
)
inline

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  output,
const RectBW rect 
)
friend

Member Data Documentation

◆ h_

float RectBW::h_

◆ style_

std::string RectBW::style_

◆ w_

float RectBW::w_

◆ x_

float RectBW::x_

◆ y_

float RectBW::y_

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