#include <outputTecplot.hh>


Public Member Functions | |
| void | header (std::ostream &os, std::string name, uint cnt=0) |
| Output of a header. | |
| OutputTecplot (const std::complex< F > &val) | |
Protected Member Functions | |
| std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| const std::complex< F > & | val_ |
Definition at line 49 of file outputTecplot.hh.
| concepts::OutputTecplot< std::complex< F > >::OutputTecplot | ( | const std::complex< F > & | val | ) | [inline] |
Definition at line 51 of file outputTecplot.hh.
| void concepts::OutputTecplot< std::complex< F > >::header | ( | std::ostream & | os, |
| std::string | name, | ||
| uint | cnt = 0 |
||
| ) |
| std::ostream& concepts::OutputTecplot< std::complex< F > >::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 59 of file outputTecplot.hh.
const std::complex<F>& concepts::OutputTecplot< std::complex< F > >::val_ [private] |
Definition at line 64 of file outputTecplot.hh.