-
Notifications
You must be signed in to change notification settings - Fork 102
Reference
Dan Stahlke edited this page Apr 13, 2013
·
2 revisions
FIXME - to be written
tell about namespace
explicit Gnuplot(const std::string &cmd = "gnuplot")
explicit Gnuplot(FILE *fh)
Gnuplot &send(const T &arg)
Gnuplot &sendBinary(const T &arg)
std::string binfmt(const T &arg, const std::string &arr_or_rec="array")
std::string file(const T &arg, const std::string &filename="")
std::string binaryFile(const T &arg, const std::string &filename="", const std::string &arr_or_rec="array")
Gnuplot &send1d (const T &arg)
Gnuplot &send2d (const T &arg)
Gnuplot &send1d_colmajor(const T &arg)
Gnuplot &send2d_colmajor(const T &arg)
std::string binFmt1d (const T &arg, const std::string &arr_or_rec)
std::string binFmt2d (const T &arg, const std::string &arr_or_rec)
std::string binFmt1d_colmajor(const T &arg, const std::string &arr_or_rec)
std::string binFmt2d_colmajor(const T &arg, const std::string &arr_or_rec)
Gnuplot &sendBinary1d (const T &arg)
Gnuplot &sendBinary2d (const T &arg)
Gnuplot &sendBinary1d_colmajor(const T &arg)
Gnuplot &sendBinary2d_colmajor(const T &arg)
std::string file1d (const T &arg, const std::string &filename="")
std::string file2d (const T &arg, const std::string &filename="")
std::string file1d_colmajor(const T &arg, const std::string &filename="")
std::string file2d_colmajor(const T &arg, const std::string &filename="")
std::string binFile1d (const T &arg, const std::string &arr_or_rec, const std::string &filename="")
std::string binFile2d (const T &arg, const std::string &arr_or_rec, const std::string &filename="")
std::string binFile1d_colmajor(const T &arg, const std::string &arr_or_rec, const std::string &filename="")
std::string binFile2d_colmajor(const T &arg, const std::string &arr_or_rec, const std::string &filename="")
void clearTmpfiles()
void getMouse(double &mx, double &my, int &mb, std::string msg="Click Mouse!")
TextSender
BinfmtSender
BinarySender
ArrayTraits