#include <outputTecplot.hh>
Public Member Functions | |
| OutputTecplot (const F &val) | |
| void | header (std::ostream &os, std::string name, uint cnt=0) |
Protected Member Functions | |
| std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Class for output of objects to tecplot
Specialisations to class F should be done near their declaration.
Definition at line 26 of file outputTecplot.hh.
|
inline |
Definition at line 28 of file outputTecplot.hh.
| void concepts::OutputTecplot< F >::header | ( | std::ostream & | os, |
| std::string | name, | ||
| uint | cnt = 0 |
||
| ) |
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 36 of file outputTecplot.hh.