#include <exporterquick.hpp>
template<typename MeshType>
class Feel::ExporterQuick< MeshType >
simple interface to exporter
|
typedef boost::shared_ptr
< export_type > | export_ptrtype |
|
typedef Exporter< mesh_type, 1 > | export_type |
|
typedef boost::shared_ptr
< mesh_type > | mesh_ptrtype |
|
typedef MeshType | mesh_type |
|
typedef
export_type::timeset_ptrtype | timeset_ptrtype |
|
typedef export_type::timeset_type | timeset_type |
|
|
| ExporterQuick (std::string const &name, po::variables_map &vm) |
|
| ExporterQuick (std::string const &name, std::string const &exp) |
|
void | save (mesh_ptrtype const &mesh) |
|
template<typename F1 > |
void | save (double time, F1 const &f1) |
|
template<typename F1 , typename F2 > |
void | save (double time, F1 const &f1, F2 const &f2) |
|
template<typename F1 , typename F2 , typename F3 > |
void | save (double time, F1 const &f1, F2 const &f2, F3 const &f3) |
|
The documentation for this class was generated from the following file: