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

Detailed Description

Stores a set of parameters controlling the way matrices are printed.

List of available parameters:

Example:

Output:

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

Definition at line 64 of file Core.

List of all members.

Public Member Functions

 IOFormat (int _precision=StreamPrecision, int _flags=0, const std::string &_coeffSeparator=" ", const std::string &_rowSeparator="\n", const std::string &_rowPrefix="", const std::string &_rowSuffix="", const std::string &_matPrefix="", const std::string &_matSuffix="")
 Default contructor, see class IOFormat for the meaning of the parameters.

Public Attributes

std::string matPrefix
std::string matSuffix
std::string rowPrefix
std::string rowSuffix
std::string rowSeparator
std::string rowSpacer
std::string coeffSeparator
int precision
int flags

Constructor & Destructor Documentation

Eigen::IOFormat::IOFormat ( int  _precision = StreamPrecision,
int  _flags = 0,
const std::string &  _coeffSeparator = " ",
const std::string &  _rowSeparator = "\n",
const std::string &  _rowPrefix = "",
const std::string &  _rowSuffix = "",
const std::string &  _matPrefix = "",
const std::string &  _matSuffix = "" 
) [inline]

Default contructor, see class IOFormat for the meaning of the parameters.

Definition at line 67 of file Core.


Member Data Documentation

Definition at line 84 of file Core.

Definition at line 86 of file Core.

Definition at line 82 of file Core.

Referenced by mrpt::math::operator<<().

Definition at line 82 of file Core.

Referenced by mrpt::math::operator<<().

Definition at line 85 of file Core.

Definition at line 83 of file Core.

Definition at line 83 of file Core.

Referenced by mrpt::math::operator<<().

Definition at line 83 of file Core.

Definition at line 83 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo