Main MRPT website > C++ reference
MRPT logo
Public Member Functions | Protected Attributes | Friends
Eigen::WithFormat Class Reference

Detailed Description

Pseudo expression providing matrix output with given format.

Parameters:
ExpressionTypethe type of the object on which IO stream operations are performed

This class represents an expression with stream operators controlled by a given IOFormat. It is the return type of DenseBase::format() and most of the time this is the only way it is used.

See class IOFormat for some examples.

See also:
DenseBase::format(), class IOFormat

List of all members.

Public Member Functions

 WithFormat (const ExpressionType &matrix, const IOFormat &format)

Protected Attributes

const ExpressionType::Nested m_matrix
IOFormat m_format

Friends

std::ostreamoperator<< (std::ostream &s, const WithFormat &wf)

Constructor & Destructor Documentation

Eigen::WithFormat::WithFormat ( const ExpressionType &  matrix,
const IOFormat format 
) [inline]

Definition at line 109 of file Core.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream s,
const WithFormat wf 
) [friend]

Definition at line 113 of file Core.


Member Data Documentation

Definition at line 120 of file Core.

const ExpressionType::Nested Eigen::WithFormat::m_matrix [protected]

Definition at line 119 of file Core.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011