Helper class used by the comma initializer operator. More...
#include <CommaInitializer.h>
Public Types | |
| typedef XprType::Index | Index |
| typedef XprType::Scalar | Scalar |
Public Member Functions | |
| CommaInitializer (XprType &xpr, const Scalar &s) | |
| template<typename OtherDerived > | |
| CommaInitializer (XprType &xpr, const DenseBase< OtherDerived > &other) | |
| XprType & | finished () |
| CommaInitializer & | operator, (const Scalar &s) |
| template<typename OtherDerived > | |
| CommaInitializer & | operator, (const DenseBase< OtherDerived > &other) |
| ~CommaInitializer () | |
Public Attributes | |
| Index | m_col |
| Index | m_currentBlockRows |
| Index | m_row |
| XprType & | m_xpr |
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.
Definition at line 41 of file CommaInitializer.h.
| typedef XprType::Index CommaInitializer< XprType >::Index |
Definition at line 44 of file CommaInitializer.h.
| typedef XprType::Scalar CommaInitializer< XprType >::Scalar |
Definition at line 43 of file CommaInitializer.h.
| CommaInitializer< XprType >::CommaInitializer | ( | XprType & | xpr, |
| const Scalar & | s | ||
| ) | [inline] |
Definition at line 46 of file CommaInitializer.h.
| CommaInitializer< XprType >::CommaInitializer | ( | XprType & | xpr, |
| const DenseBase< OtherDerived > & | other | ||
| ) | [inline] |
Definition at line 53 of file CommaInitializer.h.
| CommaInitializer< XprType >::~CommaInitializer | ( | ) | [inline] |
Definition at line 102 of file CommaInitializer.h.
| XprType& CommaInitializer< XprType >::finished | ( | ) | [inline] |
quaternion.fromRotationMatrix((Matrix3f() << axis0, axis1, axis2).finished());
Definition at line 116 of file CommaInitializer.h.
| CommaInitializer& CommaInitializer< XprType >::operator, | ( | const Scalar & | s | ) | [inline] |
Definition at line 60 of file CommaInitializer.h.
| CommaInitializer& CommaInitializer< XprType >::operator, | ( | const DenseBase< OtherDerived > & | other | ) | [inline] |
Definition at line 79 of file CommaInitializer.h.
| Index CommaInitializer< XprType >::m_col |
Definition at line 120 of file CommaInitializer.h.
| Index CommaInitializer< XprType >::m_currentBlockRows |
Definition at line 121 of file CommaInitializer.h.
| Index CommaInitializer< XprType >::m_row |
Definition at line 119 of file CommaInitializer.h.
| XprType& CommaInitializer< XprType >::m_xpr |
Definition at line 118 of file CommaInitializer.h.