nngn
Loading...
Searching...
No Matches
graph.h
Go to the documentation of this file.
1
#ifndef NNGN_TOOLS_PLOT_GRAPH_H
2
#define NNGN_TOOLS_PLOT_GRAPH_H
3
4
struct
Graph
{
5
enum class
Type
: uint8_t {
6
LINE
=
'l'
,
7
};
8
};
9
10
#endif
Graph
Definition
graph.h:4
Graph::Type
Type
Definition
graph.h:5
Graph::Type::LINE
@ LINE
tools
plot
graph.h
Generated by
1.11.0