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
LineBW Class Reference

Public Member Functions

 LineBW (float x1, float y1, float x2, float y2, float width, bool black=true)
 

Public Attributes

float x1_
 
float y1_
 
float x2_
 
float y2_
 
float width_
 
std::string style_
 

Friends

std::ostream & operator<< (std::ostream &output, const LineBW &line)
 

Constructor & Destructor Documentation

◆ LineBW()

LineBW::LineBW ( float  x1,
float  y1,
float  x2,
float  y2,
float  width,
bool  black = true 
)
inline

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  output,
const LineBW line 
)
friend

Member Data Documentation

◆ style_

std::string LineBW::style_

◆ width_

float LineBW::width_

◆ x1_

float LineBW::x1_

◆ x2_

float LineBW::x2_

◆ y1_

float LineBW::y1_

◆ y2_

float LineBW::y2_

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