#include <gnuplot.h>
|
| | Gnuplot (const Gnuplot &)=delete |
| |
| | Gnuplot (const std::string &cmd="", const std::string &teefile="") |
| |
| | ~Gnuplot () |
| |
| template<typename T , typename... Ts> |
| void | db (const std::string &name, const T &x, Ts... values) |
| |
| template<typename T , typename... Ts> |
| void | db (const std::string &name, size_t size, const T &x, Ts... values) |
| |
| void | operator() (const char *cmd, bool EOL=true) |
| |
| void | operator() (const std::string &cmd, bool EOL=true) |
| |
| Gnuplot & | operator= (const Gnuplot &)=delete |
| |
| Gnuplot & | operator= (Gnuplot &&)=delete |
| |
| template<typename T , typename... Ts> |
| void | plot (const T &x, Ts... values) |
| |
|
| template<typename T > |
| void | dbvalue (size_t i, const T &t) |
| |
| template<typename T , typename... Ts> |
| void | dbvalue (size_t i, const T &t, Ts... values) |
| |
| template<int n, typename T > |
| void | doplot (const char *name, const T &value0) |
| |
| template<int n, typename T , typename... Ts> |
| void | doplot (const char *name, const T &value0, Ts... values) |
| |
◆ Gnuplot() [1/2]
| madness::Gnuplot::Gnuplot |
( |
const Gnuplot & |
| ) |
|
|
delete |
◆ Gnuplot() [2/2]
| madness::Gnuplot::Gnuplot |
( |
const std::string & |
cmd = "", |
|
|
const std::string & |
teefile = "" |
|
) |
| |
|
inline |
◆ ~Gnuplot()
| madness::Gnuplot::~Gnuplot |
( |
| ) |
|
|
inline |
◆ db() [1/2]
template<typename
T , typename... Ts>
| void madness::Gnuplot::db |
( |
const std::string & |
name, |
|
|
const T & |
x, |
|
|
Ts... |
values |
|
) |
| |
|
inline |
◆ db() [2/2]
template<typename
T , typename... Ts>
| void madness::Gnuplot::db |
( |
const std::string & |
name, |
|
|
size_t |
size, |
|
|
const T & |
x, |
|
|
Ts... |
values |
|
) |
| |
|
inline |
◆ dbvalue() [1/2]
| void madness::Gnuplot::dbvalue |
( |
size_t |
i, |
|
|
const T & |
t |
|
) |
| |
|
inlineprivate |
◆ dbvalue() [2/2]
template<typename
T , typename... Ts>
| void madness::Gnuplot::dbvalue |
( |
size_t |
i, |
|
|
const T & |
t, |
|
|
Ts... |
values |
|
) |
| |
|
inlineprivate |
◆ doplot() [1/2]
template<int n, typename
T >
| void madness::Gnuplot::doplot |
( |
const char * |
name, |
|
|
const T & |
value0 |
|
) |
| |
|
inlineprivate |
◆ doplot() [2/2]
template<int n, typename
T , typename... Ts>
| void madness::Gnuplot::doplot |
( |
const char * |
name, |
|
|
const T & |
value0, |
|
|
Ts... |
values |
|
) |
| |
|
inlineprivate |
◆ operator()() [1/2]
| void madness::Gnuplot::operator() |
( |
const char * |
cmd, |
|
|
bool |
EOL = true |
|
) |
| |
|
inline |
◆ operator()() [2/2]
| void madness::Gnuplot::operator() |
( |
const std::string & |
cmd, |
|
|
bool |
EOL = true |
|
) |
| |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ plot()
template<typename
T , typename... Ts>
| void madness::Gnuplot::plot |
( |
const T & |
x, |
|
|
Ts... |
values |
|
) |
| |
|
inline |
◆ test()
| static void madness::Gnuplot::test |
( |
| ) |
|
|
inlinestatic |
| FILE* madness::Gnuplot::f |
|
private |
◆ ftee
| FILE* madness::Gnuplot::ftee |
|
private |
◆ pid
| pid_t madness::Gnuplot::pid |
|
private |
The documentation for this class was generated from the following file: