#include <expression.h>
Public Types | |
typedef float | value_type |
typedef IntegralConstant< 4 > | dimension0 |
typedef IntegralConstant< 4 > | dimension1 |
Public Member Functions | |
Matrix4Literal (const Matrix4 &value) | |
const value_type & | eval (unsigned int r, unsigned int c) const |
Private Attributes | |
const Matrix4 | m_value |
Definition at line 428 of file expression.h.
typedef IntegralConstant<4> Matrix4Literal::dimension0 |
Definition at line 433 of file expression.h.
typedef IntegralConstant<4> Matrix4Literal::dimension1 |
Definition at line 434 of file expression.h.
typedef float Matrix4Literal::value_type |
Definition at line 432 of file expression.h.
Matrix4Literal::Matrix4Literal | ( | const Matrix4 & | value | ) | [inline] |
Definition at line 436 of file expression.h.
const value_type& Matrix4Literal::eval | ( | unsigned int | r, | |
unsigned int | c | |||
) | const [inline] |
Definition at line 440 of file expression.h.
References m_value.
const Matrix4 Matrix4Literal::m_value [private] |
Definition at line 430 of file expression.h.
Referenced by eval().