![]() |
Shapeworks Studio
2.1
Shape analysis software suite
|
Expression of a coefficient wise version of the C++ ternary operator ?: More...
#include <Select.h>
Inheritance diagram for Eigen::Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType >:
Collaboration diagram for Eigen::Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType >:Public Types | |
| typedef internal::dense_xpr_base< Select >::type | Base |
Protected Attributes | |
| ConditionMatrixType::Nested | m_condition |
| ThenMatrixType::Nested | m_then |
| ElseMatrixType::Nested | m_else |
Expression of a coefficient wise version of the C++ ternary operator ?:
| ConditionMatrixType | the type of the condition expression which must be a boolean matrix |
| ThenMatrixType | the type of the then expression |
| ElseMatrixType | the type of the else expression |
This class represents an expression of a coefficient wise version of the C++ ternary operator ?:. It is the return type of DenseBase::select() and most of the time this is the only way it is used.
1.8.11