![]() |
SheafSystem
0.0.0.0
|
Row dofs type for class at2_e3. More...
#include <at2_e3.h>
Public Types | |
typedef T | dof_type |
The type of the dofs. More... | |
typedef at2_e3_row_dofs_type< T > | row_dofs_type |
The type of the row dofs (type of this). More... | |
typedef antisymmetric_matrix_3x3< T > | matrix_type |
The type of the associated matrix. More... | |
Public Member Functions | |
T & | operator[] (int xindex) |
Value of xindex-th component (row dof) (non const version). More... | |
const T & | operator[] (int xindex) const |
Value of xindex-th component (row dof) (const version) More... | |
operator typename at2_e3_row_dofs_type< T >::matrix_type & () | |
Conversion (cast) operator to convert to the associated matrix type (non const version). More... | |
operator const typename at2_e3_row_dofs_type< T >::matrix_type & () const | |
Conversion (cast) operator to convert to the associated matrix type (const version). More... | |
at2_e3_row_dofs_type< T > * | clone () const |
Creates a new instance of the same type as this. More... | |
at2_e3_row_dofs_type< T > * | clone (bool xnew_state, bool xauto_access) const |
Virtual constructor, makes a new instance of the same type as this; synonym for clone(), intended for use only in certain templates. More... | |
Static Public Member Functions | |
static const std::string & | static_class_name () |
The name of this class. More... | |
static int | d () |
The dimension of the row dof components. More... | |
Public Attributes | |
T | components [3] |
The xy, xz, yz dofs. More... | |
Row dofs type for class at2_e3.
typedef T fiber_bundle::at2_e3_row_dofs_type< T >::dof_type |
typedef antisymmetric_matrix_3x3<T> fiber_bundle::at2_e3_row_dofs_type< T >::matrix_type |
typedef at2_e3_row_dofs_type<T> fiber_bundle::at2_e3_row_dofs_type< T >::row_dofs_type |
at2_e3_row_dofs_type< T > * fiber_bundle::at2_e3_row_dofs_type< T >::clone | ( | ) | const |
Creates a new instance of the same type as this.
Definition at line 154 of file at2_e3.impl.h.
Referenced by fiber_bundle::at2_e3_row_dofs_type< double >::clone(), and fiber_bundle::at2_e3_lite::clone().
|
inline |
|
static |
The dimension of the row dof components.
Definition at line 62 of file at2_e3.impl.h.
Referenced by fiber_bundle::operator<<(), and fiber_bundle::at2_e3_row_dofs_type< double >::static_class_name().
fiber_bundle::at2_e3_row_dofs_type< T >::operator const typename at2_e3_row_dofs_type< T >::matrix_type & | ( | ) | const |
Conversion (cast) operator to convert to the associated matrix type (const version).
Definition at line 136 of file at2_e3.impl.h.
fiber_bundle::at2_e3_row_dofs_type< T >::operator typename at2_e3_row_dofs_type< T >::matrix_type & | ( | ) |
Conversion (cast) operator to convert to the associated matrix type (non const version).
Definition at line 121 of file at2_e3.impl.h.
T & fiber_bundle::at2_e3_row_dofs_type< T >::operator[] | ( | int | xindex | ) |
Value of xindex-th component (row dof) (non const version).
Definition at line 82 of file at2_e3.impl.h.
Referenced by fiber_bundle::at2_e3_row_dofs_type< double >::d(), and fiber_bundle::at2_e3_row_dofs_type< double >::operator[]().
const T & fiber_bundle::at2_e3_row_dofs_type< T >::operator[] | ( | int | xindex | ) | const |
Value of xindex-th component (row dof) (const version)
Definition at line 102 of file at2_e3.impl.h.
|
static |
T fiber_bundle::at2_e3_row_dofs_type< T >::components[3] |
The xy, xz, yz dofs.
components[0] => xy components[1] => xz components[2] => yz
Definition at line 125 of file at2_e3.h.
Referenced by fiber_bundle::at2_e3::operator=().