Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Private Attributes
concepts::OutputTecplot< std::complex< F > > Class Template Reference

#include <outputTecplot.hh>

Inheritance diagram for concepts::OutputTecplot< std::complex< F > >:
Inheritance graph
[legend]
Collaboration diagram for concepts::OutputTecplot< std::complex< F > >:
Collaboration graph
[legend]

List of all members.

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_

Detailed Description

template<typename F>
class concepts::OutputTecplot< std::complex< F > >

Definition at line 49 of file outputTecplot.hh.


Constructor & Destructor Documentation

template<typename F >
concepts::OutputTecplot< std::complex< F > >::OutputTecplot ( const std::complex< F > &  val) [inline]

Definition at line 51 of file outputTecplot.hh.


Member Function Documentation

template<typename F >
void concepts::OutputTecplot< std::complex< F > >::header ( std::ostream &  os,
std::string  name,
uint  cnt = 0 
)

Output of a header.

Append a header to os.

Definition at line 70 of file outputTecplot.hh.

template<typename F >
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.


Member Data Documentation

template<typename F >
const std::complex<F>& concepts::OutputTecplot< std::complex< F > >::val_ [private]

Definition at line 64 of file outputTecplot.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)