SheafSystem
0.0.0.0
|
Row dofs type for class vd. More...
#include <vd.h>
Public Types | |
typedef T | dof_type |
The type of the dofs. More... | |
typedef vd_row_dofs_type< T > | row_dofs_type |
The type of the row dofs (type of this). 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... | |
row_dofs_type * | clone () const |
Creates a new instance of the same type as this. More... | |
Static Public Member Functions | |
static const std::string & | static_class_name () |
The name of this class. More... | |
Row dofs type for class vd.
typedef T fiber_bundle::vd_row_dofs_type< T >::dof_type |
typedef vd_row_dofs_type<T> fiber_bundle::vd_row_dofs_type< T >::row_dofs_type |
vd_row_dofs_type< T > * fiber_bundle::vd_row_dofs_type< T >::clone | ( | ) | const |
Creates a new instance of the same type as this.
Definition at line 107 of file vd.impl.h.
Referenced by fiber_bundle::vd::clone().
T & fiber_bundle::vd_row_dofs_type< T >::operator[] | ( | int | xindex | ) |
Value of xindex-th component (row dof) (non const version).
Definition at line 68 of file vd.impl.h.
Referenced by fiber_bundle::vd_row_dofs_type< T >::static_class_name().
const T & fiber_bundle::vd_row_dofs_type< T >::operator[] | ( | int | xindex | ) | const |
|
static |
The name of this class.
Definition at line 48 of file vd.impl.h.
References fiber_bundle::vd_row_dofs_type< T >::operator[]().