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

A point in a 2D plot. More...

+ Collaboration diagram for ns3::Gnuplot2dDataset::Point:

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 218 of file gnuplot.h.

Member Data Documentation

◆ dx

double ns3::Gnuplot2dDataset::Point::dx

X error delta.

Definition at line 222 of file gnuplot.h.

◆ dy

double ns3::Gnuplot2dDataset::Point::dy

Y error delta.

Definition at line 223 of file gnuplot.h.

◆ empty

bool ns3::Gnuplot2dDataset::Point::empty

the point is empty

Definition at line 219 of file gnuplot.h.

◆ x

◆ y


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