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

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

+ Collaboration diagram for ns3::Gnuplot3dDataset::Point:

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

Member Data Documentation

◆ empty

bool ns3::Gnuplot3dDataset::Point::empty

the point is empty

Definition at line 316 of file gnuplot.h.

◆ x

◆ y

◆ z

double ns3::Gnuplot3dDataset::Point::z

Z coordinate.

Definition at line 319 of file gnuplot.h.


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