WithFormat< ExpressionType > Class Template Reference

Pseudo expression providing matrix output with given format. More...

#include <IO.h>

List of all members.

Public Member Functions

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

Protected Attributes

IOFormat m_format
const ExpressionType::Nested m_matrix

Friends

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

Detailed Description

template<typename ExpressionType>
class WithFormat< ExpressionType >

Pseudo expression providing matrix output with given format.

Parameters:
ExpressionType the 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 MatrixBase::format() and most of the time this is the only way it is used.

See class IOFormat for some examples.

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

Definition at line 90 of file IO.h.


Constructor & Destructor Documentation

template<typename ExpressionType>
WithFormat< ExpressionType >::WithFormat ( const ExpressionType &  matrix,
const IOFormat format 
) [inline]

Definition at line 94 of file IO.h.


Friends And Related Function Documentation

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

Definition at line 98 of file IO.h.


Member Data Documentation

template<typename ExpressionType>
IOFormat WithFormat< ExpressionType >::m_format [protected]

Definition at line 105 of file IO.h.

template<typename ExpressionType>
const ExpressionType::Nested WithFormat< ExpressionType >::m_matrix [protected]

Definition at line 104 of file IO.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


vcglib
Author(s): Christian Bersch
autogenerated on Fri Jan 11 09:22:36 2013