29 #ifndef __ExporterGnuplot_H
30 #define __ExporterGnuplot_H 1
36 #include <boost/lambda/lambda.hpp>
40 #include <feel/feelfilters/exporter.hpp>
54 template<
typename MeshType>
74 typedef MeshType mesh_type;
77 typedef typename mesh_type::value_type value_type;
78 typedef typename super::timeset_type timeset_type;
79 typedef typename super::timeset_ptrtype timeset_ptrtype;
80 typedef typename super::timeset_iterator timeset_iterator;
81 typedef typename super::timeset_const_iterator timeset_const_iterator;
98 ExporterGnuplot( po::variables_map
const& vm, std::string
const& exp_prefix =
"",
int properties = 0 );
146 M_png_output = png_output;
170 void visit( mesh_type* mesh );
188 #if !defined( FEELPP_INSTANTIATION_MODE )
190 #endif // FEELPP_INSTANTIATION_MODE