A Discrete-Event Network Simulator
API
ns3::Gnuplot2dDataset::Point Struct Reference

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...
 

Detailed Description

A point in a 2D plot.

Definition at line 213 of file gnuplot.h.

Member Data Documentation

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().


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