COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <Gnuplot.hpp>
Inherits stream< boost::iostreams::file_descriptor_sink >.
Public Member Functions | |
Gnuplot (const std::string cmd="gnuplot") | |
~Gnuplot () | |
template<class T > | |
Gnuplot & | send (T p, T last) |
template<class T , class U > | |
Gnuplot & | send (T x, T x_last, U y, U y_last) |
template<class Iter > | |
Gnuplot & | send (Iter arr) |
template<class T > | |
Gnuplot & | send (const boost::multi_array< T, 2 > &x, const boost::multi_array< T, 2 > &y) |
Public Attributes | |
bool | debug_messages |
Private Member Functions | |
Gnuplot (const Gnuplot &) | |
const Gnuplot & | operator= (const Gnuplot &) |
template<class T > | |
void | sendEntry (T v) |
template<class T , class U > | |
void | sendEntry (std::pair< T, U > v) |
template<class T , class U > | |
void | sendEntry (T t, U u) |
Private Attributes | |
FILE * | pout |
GnuplotPty * | gp_pty |
Definition at line 128 of file Gnuplot.hpp.
|
explicit |
Definition at line 227 of file Gnuplot.hpp.
~Gnuplot | ( | ) |
Definition at line 237 of file Gnuplot.hpp.
|
inline |
Definition at line 143 of file Gnuplot.hpp.
|
inline |
Definition at line 155 of file Gnuplot.hpp.
|
inline |
Definition at line 171 of file Gnuplot.hpp.
|
inline |
Definition at line 177 of file Gnuplot.hpp.
|
inlineprivate |
Definition at line 194 of file Gnuplot.hpp.
|
inlineprivate |
Definition at line 199 of file Gnuplot.hpp.
|
inlineprivate |
Definition at line 204 of file Gnuplot.hpp.
bool debug_messages |
Definition at line 224 of file Gnuplot.hpp.
|
private |
Definition at line 221 of file Gnuplot.hpp.
|
private |
Definition at line 218 of file Gnuplot.hpp.
Send comments to: COOLFluiD Web Admin |