#include <outputTecplot.hh>


Public Member Functions | |
| void | header (std::ostream &os, std::string name, uint cnt=0) |
| Output of a header. | |
| OutputTecplot (const Array< F > &val) | |
Protected Member Functions | |
| std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| const Array< F > & | val_ |
Definition at line 77 of file outputTecplot.hh.
| concepts::OutputTecplot< Array< F > >::OutputTecplot | ( | const Array< F > & | val | ) | [inline] |
Definition at line 79 of file outputTecplot.hh.
| void concepts::OutputTecplot< Array< F > >::header | ( | std::ostream & | os, |
| std::string | name, | ||
| uint | cnt = 0 |
||
| ) |
Output of a header.
Append a header to os.
Definition at line 99 of file outputTecplot.hh.

| std::ostream& concepts::OutputTecplot< Array< F > >::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 87 of file outputTecplot.hh.
const Array<F>& concepts::OutputTecplot< Array< F > >::val_ [private] |
Definition at line 93 of file outputTecplot.hh.