| 
    scatter 0.1.0
    
   | 
 
[brief description] More...
#include <scatter/Options.hpp>
Public Member Functions | |
| AxisOptions () | |
| [brief description]   | |
| ~AxisOptions () | |
| [brief description]   | |
| AxisOptions & | setShow (const bool &show) | 
| [brief description]   | |
| AxisOptions & | setShowGrid (const bool &show_grid) | 
| [brief description]   | |
| AxisOptions & | setXmin (const double &xmin) | 
| [brief description]   | |
| AxisOptions & | setXmax (const double &xmax) | 
| [brief description]   | |
| AxisOptions & | setXticks (const double &xticks) | 
| [brief description]   | |
| AxisOptions & | setShowXticks (const bool &show_xticks) | 
| [brief description]   | |
| AxisOptions & | setXlabel (const std::string &xlabel) | 
| [brief description]   | |
| AxisOptions & | setYmin (const double &ymin) | 
| [brief description]   | |
| AxisOptions & | setYmax (const double &ymax) | 
| [brief description]   | |
| AxisOptions & | setYticks (const double &yticks) | 
| [brief description]   | |
| AxisOptions & | setShowYticks (const bool &show_yticks) | 
| [brief description]   | |
| AxisOptions & | setYlabel (const std::string &ylabel) | 
| [brief description]   | |
| AxisOptions & | setXPrecision (const int &precision) | 
| [brief description]   | |
| AxisOptions & | setYPrecision (const int &precision) | 
| [brief description]   | |
| AxisOptions & | setYLogScale (const bool &y_log_scale) | 
| const bool & | getShow () const | 
| [brief description]   | |
| const bool & | getShowGrid () const | 
| [brief description]   | |
| const double & | getXmin () const | 
| [brief description]   | |
| const double & | getXmax () const | 
| [brief description]   | |
| const double & | getXticks () const | 
| [brief description]   | |
| const bool & | getShowXticks () const | 
| [brief description]   | |
| const std::string & | getXlabel () const | 
| [brief description]   | |
| const double & | getYmin () const | 
| [brief description]   | |
| const double & | getYmax () const | 
| [brief description]   | |
| const double & | getYticks () const | 
| [brief description]   | |
| const bool & | getShowYticks () const | 
| [brief description]   | |
| const std::string & | getYlabel () const | 
| [brief description]   | |
| const int & | getXPrecision () const | 
| [brief description]   | |
| const int & | getYPrecision () const | 
| [brief description]   | |
| const bool & | getYLogScale () const | 
| [brief description]   | |
[brief description]
[long description]
| scatter::AxisOptions::AxisOptions | ( | ) | 
[brief description]
[long description]
| scatter::AxisOptions::~AxisOptions | ( | ) | 
[brief description]
[long description]
| const bool & scatter::AxisOptions::getShow | ( | ) | const | 
[brief description]
[long description]
| const bool & scatter::AxisOptions::getShowGrid | ( | ) | const | 
[brief description]
[long description]
| const bool & scatter::AxisOptions::getShowXticks | ( | ) | const | 
[brief description]
[long description]
| const bool & scatter::AxisOptions::getShowYticks | ( | ) | const | 
[brief description]
[long description]
| const std::string & scatter::AxisOptions::getXlabel | ( | ) | const | 
[brief description]
[long description]
| const double & scatter::AxisOptions::getXmax | ( | ) | const | 
[brief description]
[long description]
| const double & scatter::AxisOptions::getXmin | ( | ) | const | 
[brief description]
[long description]
| const int & scatter::AxisOptions::getXPrecision | ( | ) | const | 
[brief description]
[long description]
| const double & scatter::AxisOptions::getXticks | ( | ) | const | 
[brief description]
[long description]
| const std::string & scatter::AxisOptions::getYlabel | ( | ) | const | 
[brief description]
[long description]
| const bool & scatter::AxisOptions::getYLogScale | ( | ) | const | 
[brief description]
[long description]
| const double & scatter::AxisOptions::getYmax | ( | ) | const | 
[brief description]
[long description]
| const double & scatter::AxisOptions::getYmin | ( | ) | const | 
[brief description]
[long description]
| const int & scatter::AxisOptions::getYPrecision | ( | ) | const | 
[brief description]
[long description]
| const double & scatter::AxisOptions::getYticks | ( | ) | const | 
[brief description]
[long description]
| AxisOptions & scatter::AxisOptions::setShow | ( | const bool & | show | ) | 
[brief description]
[long description]
| show | [description] | 
| AxisOptions & scatter::AxisOptions::setShowGrid | ( | const bool & | show_grid | ) | 
[brief description]
[long description]
| show_grid | [description] | 
| AxisOptions & scatter::AxisOptions::setShowXticks | ( | const bool & | show_xticks | ) | 
[brief description]
[long description]
| show_xticks | [description] | 
| AxisOptions & scatter::AxisOptions::setShowYticks | ( | const bool & | show_yticks | ) | 
[brief description]
[long description]
| show_yticks | [description] | 
| AxisOptions & scatter::AxisOptions::setXlabel | ( | const std::string & | xlabel | ) | 
[brief description]
[long description]
| xlabel | [description] | 
| AxisOptions & scatter::AxisOptions::setXmax | ( | const double & | xmax | ) | 
[brief description]
[long description]
| xmax | [description] | 
| AxisOptions & scatter::AxisOptions::setXmin | ( | const double & | xmin | ) | 
[brief description]
[long description]
| xmin | [description] | 
| AxisOptions & scatter::AxisOptions::setXPrecision | ( | const int & | precision | ) | 
[brief description]
[long description]
| precision | [description] | 
| AxisOptions & scatter::AxisOptions::setXticks | ( | const double & | xticks | ) | 
[brief description]
[long description]
| xticks | [description] | 
| AxisOptions & scatter::AxisOptions::setYlabel | ( | const std::string & | ylabel | ) | 
[brief description]
[long description]
| ylabel | [description] | 
| AxisOptions & scatter::AxisOptions::setYmax | ( | const double & | ymax | ) | 
[brief description]
[long description]
| ymax | [description] | 
| AxisOptions & scatter::AxisOptions::setYmin | ( | const double & | ymin | ) | 
[brief description]
[long description]
| ymin | [description] | 
| AxisOptions & scatter::AxisOptions::setYPrecision | ( | const int & | precision | ) | 
[brief description]
[long description]
| precision | [description] | 
| AxisOptions & scatter::AxisOptions::setYticks | ( | const double & | yticks | ) | 
[brief description]
[long description]
| yticks | [description] |