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

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

Specialisation of class OutputMatlab<F> for output of objects to matlab to Array<F> More...

#include <outputMatlab.hh>

Inheritance diagram for concepts::OutputMatlab< Array< F > >:
Inheritance graph
[legend]
Collaboration diagram for concepts::OutputMatlab< Array< F > >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OutputMatlab (const Array< F > &val, const bool transposed=false)

Protected Member Functions

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

Private Attributes

const bool transposed_
const Array< F > & val_

Detailed Description

template<typename F>
class concepts::OutputMatlab< Array< F > >

Specialisation of class OutputMatlab<F> for output of objects to matlab to Array<F>

Use it like: std::cout << OutputMatlab<Array<double> >(val) << std::endl;

Definition at line 26 of file outputMatlab.hh.


Constructor & Destructor Documentation

template<typename F >
concepts::OutputMatlab< Array< F > >::OutputMatlab ( const Array< F > &  val,
const bool  transposed = false 
) [inline]

Definition at line 28 of file outputMatlab.hh.


Member Function Documentation

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

Returns information in an output stream.

Stores the array in a matlab format.

Reimplemented from concepts::OutputOperator.

Definition at line 40 of file outputMatlab.hh.


Member Data Documentation

template<typename F >
const bool concepts::OutputMatlab< Array< F > >::transposed_ [private]

Definition at line 35 of file outputMatlab.hh.

template<typename F >
const Array<F>& concepts::OutputMatlab< Array< F > >::val_ [private]

Definition at line 34 of file outputMatlab.hh.


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

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