concepts::OutputTecplot< Array< F > > Class Template Reference
#include <outputTecplot.hh>
Inheritance diagram for concepts::OutputTecplot< Array< F > >:
Public Member Functions | |
void | header (std::ostream &os, std::string name, uint cnt=0) |
Output of a header. More... | |
OutputTecplot (const Array< F > &val) | |
Protected Member Functions | |
std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
const Array< F > & | val_ |
Detailed Description
template<typename F>
class concepts::OutputTecplot< Array< F > >
Definition at line 78 of file outputTecplot.hh.
Constructor & Destructor Documentation
◆ OutputTecplot()
template<typename F >
|
inline |
Definition at line 80 of file outputTecplot.hh.
Member Function Documentation
◆ header()
template<typename F >
void concepts::OutputTecplot< Array< F > >::header | ( | std::ostream & | os, |
std::string | name, | ||
uint | cnt = 0 |
||
) |
◆ info()
template<typename F >
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 88 of file outputTecplot.hh.
Member Data Documentation
◆ val_
template<typename F >
|
private |
Definition at line 94 of file outputTecplot.hh.
The documentation for this class was generated from the following file:
- basics/outputTecplot.hh