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

Public Member Functions | Protected Member Functions | Private Attributes
concepts::OutputMatlab< Mapping< F, dim > > Class Template Reference

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

#include <outputMatlab.hh>

Inheritance diagram for concepts::OutputMatlab< Mapping< F, dim > >:
Inheritance graph
[legend]
Collaboration diagram for concepts::OutputMatlab< Mapping< F, dim > >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OutputMatlab (const Mapping< F, dim > &val)

Protected Member Functions

std::ostream & info (std::ostream &os) const
 Returns information in an output stream In matlab, use e.g.

Private Attributes

const Mapping< F, dim > & val_

Detailed Description

template<typename F, int dim>
class concepts::OutputMatlab< Mapping< F, dim > >

Class for output of 2D and 3D matrices to matlab.

Definition at line 116 of file outputMatlab.hh.


Constructor & Destructor Documentation

template<typename F , int dim>
concepts::OutputMatlab< Mapping< F, dim > >::OutputMatlab ( const Mapping< F, dim > &  val) [inline]

Definition at line 118 of file outputMatlab.hh.


Member Function Documentation

template<typename F , int dim>
std::ostream& concepts::OutputMatlab< Mapping< F, dim > >::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream In matlab, use e.g.

u(1,:) to access

Reimplemented from concepts::OutputOperator.

Definition at line 122 of file outputMatlab.hh.


Member Data Documentation

template<typename F , int dim>
const Mapping<F,dim>& concepts::OutputMatlab< Mapping< F, dim > >::val_ [private]

Definition at line 130 of file outputMatlab.hh.


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

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