MBDyn-1.7.3
|
#include <matvec.h>
Public Types | |
typedef ScalarTypeTraits < doublereal >::ScalarType | ScalarType |
typedef ScalarTypeTraits < doublereal > ::DirectExpressionType | ExpressionType |
Public Member Functions | |
Vec3DirectExpr (const Vec3 &u) | |
const ScalarType & | operator() (index_type i) const |
index_type | iGetNumRows () const |
template<typename ScalarType2 > | |
bool | bHaveReferenceTo (const ScalarType2 *pFirst, const ScalarType2 *pLast) const |
Static Public Attributes | |
static const bool | bAlias = false |
static const index_type | iNumRows = 3 |
Private Attributes | |
const Vec3 & | oU |
typedef ScalarTypeTraits<doublereal>::DirectExpressionType grad::Vec3DirectExpr::ExpressionType |
|
inline |
|
inline |
Definition at line 893 of file matvec.h.
References grad::bArrayOverlap(), oU, and Vec3::pGetVec().
|
inline |
|
inline |
|
static |
Definition at line 873 of file matvec.h.
Referenced by iGetNumRows(), and operator()().
|
private |
Definition at line 898 of file matvec.h.
Referenced by bHaveReferenceTo(), and operator()().