Helper class used by the comma initializer operator.
More...
#include <CommaInitializer.h>
List of all members.
Detailed Description
template<typename XprType>
class CommaInitializer< XprType >
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.
- See also:
- MatrixBase::operator<<, CommaInitializer::finished()
Member Typedef Documentation
template<typename XprType>
template<typename XprType>
Constructor & Destructor Documentation
template<typename XprType>
template<typename XprType>
template<typename OtherDerived >
template<typename XprType>
Member Function Documentation
template<typename XprType>
- Returns:
- the built matrix once all its coefficients have been set. Calling finished is 100% optional. Its purpose is to write expressions like this:
quaternion.fromRotationMatrix((Matrix3f() << axis0, axis1, axis2).finished());
template<typename XprType>
template<typename XprType>
template<typename OtherDerived >
Member Data Documentation
template<typename XprType>
template<typename XprType>
template<typename XprType>
template<typename XprType>
The documentation for this class was generated from the following file:
- /home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/ntk/geometry/Eigen/src/Core/CommaInitializer.h