#include <GraphicsInterface.hpp>
Public Member Functions | |
set_line_width (float_t line_width) | |
float_t | line_width () const |
void | line_width (float_t width) |
Friends | |
class | GraphicsInterface |
imaging::GraphicsInterface::set_line_width::set_line_width | ( | float_t | line_width | ) | [inline] |
Passing this command to a graphics stream sets the current line width to line_width.
float_t imaging::GraphicsInterface::set_line_width::line_width | ( | ) | const [inline] |
Returns the line width.
Referenced by imaging::OpenGlViewer::operator<<().
void imaging::GraphicsInterface::set_line_width::line_width | ( | float_t | width | ) | [inline] |
Sets the line width.