Class for output of objects to tecplot. More...
#include <outputTecplot.hh>


Public Member Functions | |
| void | header (std::ostream &os, std::string name, uint cnt=0) |
| Output of a header. | |
| OutputTecplot (const F &val) | |
Protected Member Functions | |
| std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| const F & | val_ |
Class for output of objects to tecplot.
Specialisations to class F should be done near their declaration.
Definition at line 24 of file outputTecplot.hh.
| concepts::OutputTecplot< F >::OutputTecplot | ( | const F & | val | ) | [inline] |
Definition at line 26 of file outputTecplot.hh.
| void concepts::OutputTecplot< F >::header | ( | std::ostream & | os, |
| std::string | name, | ||
| uint | cnt = 0 |
||
| ) |
| std::ostream& concepts::OutputTecplot< F >::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 34 of file outputTecplot.hh.
const F& concepts::OutputTecplot< F >::val_ [private] |
Definition at line 38 of file outputTecplot.hh.