concepts::OutputTecplot< Point< F, dim > > Class Template Reference

Class for output of 2D and 3D vectors to matlab
More...

#include <outputTecplot.hh>

Inheritance diagram for concepts::OutputTecplot< Point< F, dim > >:
concepts::OutputOperator

Public Member Functions

void header (std::ostream &os, std::string name, uint cnt=0)
 Output of a header. More...
 
 OutputTecplot (const Point< F, dim > &val)
 

Protected Member Functions

std::ostream & info (std::ostream &os) const
 Returns information in an output stream. More...
 

Private Attributes

const Point< F, dim > & val_
 

Detailed Description

template<typename F, int dim>
class concepts::OutputTecplot< Point< F, dim > >

Class for output of 2D and 3D vectors to matlab

Definition at line 111 of file outputTecplot.hh.

Constructor & Destructor Documentation

◆ OutputTecplot()

template<typename F , int dim>
concepts::OutputTecplot< Point< F, dim > >::OutputTecplot ( const Point< F, dim > &  val)
inline

Definition at line 113 of file outputTecplot.hh.

Member Function Documentation

◆ header()

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

Output of a header.

Append a header to os.

Definition at line 131 of file outputTecplot.hh.

◆ info()

template<typename F , int dim>
std::ostream& concepts::OutputTecplot< Point< F, dim > >::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 121 of file outputTecplot.hh.

Member Data Documentation

◆ val_

template<typename F , int dim>
const Point<F,dim>& concepts::OutputTecplot< Point< F, dim > >::val_
private

Definition at line 127 of file outputTecplot.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich