Helper class used by the comma initializer operator.
This class is internally used to implement the comma initializer feature. It is the return type of MatrixBase::operator<<, and most of the time this is the only way it is used.
Public Types | |
| typedef XprType::Scalar | Scalar |
| typedef XprType::Index | Index |
Public Member Functions | |
| CommaInitializer (XprType &xpr, const Scalar &s) | |
| template<typename OtherDerived > | |
| CommaInitializer (XprType &xpr, const DenseBase< OtherDerived > &other) | |
| CommaInitializer & | operator, (const Scalar &s) |
| template<typename OtherDerived > | |
| CommaInitializer & | operator, (const DenseBase< OtherDerived > &other) |
| ~CommaInitializer () | |
| XprType & | finished () |
Public Attributes | |
| XprType & | m_xpr |
| Index | m_row |
| Index | m_col |
| Index | m_currentBlockRows |
| typedef XprType::Index Eigen::CommaInitializer::Index |
| typedef XprType::Scalar Eigen::CommaInitializer::Scalar |
| Eigen::CommaInitializer::CommaInitializer | ( | XprType & | xpr, |
| const Scalar & | s | ||
| ) | [inline] |
| Eigen::CommaInitializer::CommaInitializer | ( | XprType & | xpr, |
| const DenseBase< OtherDerived > & | other | ||
| ) | [inline] |
| XprType& Eigen::CommaInitializer::finished | ( | ) | [inline] |
| CommaInitializer& Eigen::CommaInitializer::operator, | ( | const Scalar & | s | ) | [inline] |
| CommaInitializer& Eigen::CommaInitializer::operator, | ( | const DenseBase< OtherDerived > & | other | ) | [inline] |
| XprType& Eigen::CommaInitializer::m_xpr |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |