Shapeworks Studio
2.1
Shape analysis software suite
|
Helper class used by the comma initializer operator. More...
#include <CommaInitializer.h>
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) |
XprType & | finished () |
Public Attributes | |
XprType & | m_xpr |
Index | m_row |
Index | m_col |
Index | m_currentBlockRows |
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 28 of file CommaInitializer.h.
|
inline |
Definition at line 105 of file CommaInitializer.h.