A point in a 2D plot. More...
Public Attributes | |
double | dx |
X error delta. More... | |
double | dy |
Y error delta. More... | |
bool | empty |
the point is empty More... | |
double | x |
X coordinate. More... | |
double | y |
Y coordinate. More... | |
double ns3::Gnuplot2dDataset::Point::dx |
X error delta.
Definition at line 217 of file gnuplot.h.
Referenced by ns3::Gnuplot2dDataset::Add().
double ns3::Gnuplot2dDataset::Point::dy |
Y error delta.
Definition at line 218 of file gnuplot.h.
Referenced by ns3::Gnuplot2dDataset::Add().
bool ns3::Gnuplot2dDataset::Point::empty |
the point is empty
Definition at line 214 of file gnuplot.h.
Referenced by ns3::Gnuplot2dDataset::Add(), and ns3::Gnuplot2dDataset::AddEmptyLine().
double ns3::Gnuplot2dDataset::Point::x |
X coordinate.
Definition at line 215 of file gnuplot.h.
Referenced by ns3::Gnuplot2dDataset::Add(), visualizer.svgitem.SvgItem::do_get_property(), visualizer.svgitem.SvgItem::do_set_property(), visualizer.svgitem.SvgItem::do_simple_is_item_at(), and visualizer.svgitem.SvgItem::do_simple_paint().
double ns3::Gnuplot2dDataset::Point::y |
Y coordinate.
Definition at line 216 of file gnuplot.h.
Referenced by ns3::Gnuplot2dDataset::Add(), visualizer.svgitem.SvgItem::do_get_property(), visualizer.svgitem.SvgItem::do_set_property(), visualizer.svgitem.SvgItem::do_simple_is_item_at(), and visualizer.svgitem.SvgItem::do_simple_paint().