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

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

Public Attributes

bool empty
 the point is empty More...
 
double x
 X coordinate. More...
 
double y
 Y coordinate. More...
 
double z
 Z coordinate. More...
 

Detailed Description

A point in a 3D plot.

Definition at line 314 of file gnuplot.h.

Member Data Documentation

bool ns3::Gnuplot3dDataset::Point::empty

the point is empty

Definition at line 315 of file gnuplot.h.

Referenced by ns3::Gnuplot3dDataset::Add(), and ns3::Gnuplot3dDataset::AddEmptyLine().

double ns3::Gnuplot3dDataset::Point::z

Z coordinate.

Definition at line 318 of file gnuplot.h.

Referenced by ns3::Gnuplot3dDataset::Add().


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