#include <gnuplot-iostream.h>
|
template<typename T , typename OrganizationMode > |
std::string | binaryFile (const T &arg, std::string filename, const std::string &arr_or_rec, OrganizationMode) |
|
template<typename T , typename OrganizationMode > |
std::string | binfmt (const T &arg, const std::string &arr_or_rec, OrganizationMode) |
|
void | clearTmpfiles () |
|
template<typename T , typename OrganizationMode > |
std::string | file (const T &arg, std::string filename, OrganizationMode) |
|
| Gnuplot (const std::string &_cmd="") |
|
| Gnuplot (FILE *_fh) |
|
template<typename T > |
Gnuplot | GNUPLOT_DEPRECATE ("use send1d or send2d")&send(const T &arg) |
|
template<typename T > |
std::string | GNUPLOT_DEPRECATE ("use binfmt1d or binfmt2d") binfmt(const T &arg |
|
template<typename T , typename OrganizationMode > |
Gnuplot & | send (const T &arg, OrganizationMode) |
|
template<typename T , typename OrganizationMode > |
Gnuplot & | sendBinary (const T &arg, OrganizationMode) |
|
| ~Gnuplot () |
|
Definition at line 1549 of file gnuplot-iostream.h.
gnuplotio::Gnuplot::Gnuplot |
( |
const std::string & |
_cmd = "" | ) |
|
|
inlineexplicit |
gnuplotio::Gnuplot::Gnuplot |
( |
FILE * |
_fh | ) |
|
|
inlineexplicit |
gnuplotio::Gnuplot::Gnuplot |
( |
const Gnuplot & |
| ) |
|
|
private |
gnuplotio::Gnuplot::~Gnuplot |
( |
| ) |
|
|
inline |
template<typename T , typename OrganizationMode >
std::string gnuplotio::Gnuplot::binaryFile |
( |
const T & |
arg, |
|
|
std::string |
filename, |
|
|
const std::string & |
arr_or_rec, |
|
|
OrganizationMode |
|
|
) |
| |
|
inline |
template<typename T , typename OrganizationMode >
std::string gnuplotio::Gnuplot::binfmt |
( |
const T & |
arg, |
|
|
const std::string & |
arr_or_rec, |
|
|
OrganizationMode |
|
|
) |
| |
|
inline |
void gnuplotio::Gnuplot::clearTmpfiles |
( |
| ) |
|
|
inline |
void gnuplotio::Gnuplot::do_flush |
( |
| ) |
|
|
inlineprivate |
template<typename T , typename OrganizationMode >
std::string gnuplotio::Gnuplot::file |
( |
const T & |
arg, |
|
|
std::string |
filename, |
|
|
OrganizationMode |
|
|
) |
| |
|
inline |
static std::string gnuplotio::Gnuplot::get_default_cmd |
( |
| ) |
|
|
inlinestaticprivate |
template<typename T >
Gnuplot gnuplotio::Gnuplot::GNUPLOT_DEPRECATE |
( |
"use send1d or send2d" |
| ) |
const |
|
inline |
template<typename T >
std::string gnuplotio::Gnuplot::GNUPLOT_DEPRECATE |
( |
"use binfmt1d or binfmt2d" |
| ) |
const |
std::string gnuplotio::Gnuplot::make_tmpfile |
( |
| ) |
|
|
inlineprivate |
template<typename T , typename OrganizationMode >
Gnuplot& gnuplotio::Gnuplot::send |
( |
const T & |
arg, |
|
|
OrganizationMode |
|
|
) |
| |
|
inline |
template<typename T , typename OrganizationMode >
Gnuplot& gnuplotio::Gnuplot::sendBinary |
( |
const T & |
arg, |
|
|
OrganizationMode |
|
|
) |
| |
|
inline |
std::string const std::string& gnuplotio::Gnuplot::arr_or_rec |
bool gnuplotio::Gnuplot::debug_messages |
std::vector<int> gnuplotio::Gnuplot::tmp_files |
The documentation for this class was generated from the following file: