パッケージ: libgnuplot-iostream-dev (0~20140302.gitc8919a0+dfsg-4)
libgnuplot-iostream-dev に関するリンク
Debian の資源:
gnuplot-iostream ソースパッケージをダウンロード:
- [gnuplot-iostream_0~20140302.gitc8919a0+dfsg-4.dsc]
- [gnuplot-iostream_0~20140302.gitc8919a0+dfsg.orig.tar.xz]
- [gnuplot-iostream_0~20140302.gitc8919a0+dfsg-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [www.stahlke.org]
類似のパッケージ:
C++ programming interface for gnuplot. Headers
This interface allows gnuplot to be controlled from C++ and is designed to be the lowest hanging fruit. In other words, if you know how gnuplot works it should only take 30 seconds to learn this library. Basically it is just an iostream pipe to gnuplot with some extra functions for pushing data arrays and getting mouse clicks. Data sources include STL containers (eg. vector or map) and one or two dimensional Blitz++ arrays (of scalars or TinyVectors). Support for other data sources should be easy to add.
Basically there are two functions defined: send() sends arrays of data values (it is overloaded to do the right thing based upon what type of variable you pass) and getMouse() gets the position of a mouse click. Everything else is accomplished by sending commands manually to gnuplot via the iostream interface.
その他の libgnuplot-iostream-dev 関連パッケージ
|
|
|
|
-
- dep: gnuplot
- Command-line driven interactive plotting program.
以下のパッケージによって提供される仮想パッケージでもあります: gnuplot-nox, gnuplot-qt, gnuplot-x11
-
- dep: libboost-filesystem-dev
- filesystem operations (portable paths, iteration over directories, etc) in C++ (default version)
-
- dep: libboost-iostreams-dev
- Boost.Iostreams Library development files (default version)
-
- dep: libboost-system-dev
- Operating system (e.g. diagnostics support) library (default version)
-
- sug: libgnuplot-iostream-doc
- C++ programming interface for gnuplot. Docs and examples