Inheritance diagram for Fixed1dVector:

Definition at line 555 of file Geometry.H.
Public Member Functions | |
| Fixed1dVector () | |
| Fixed1dVector (const T &x) | |
Allocate a vector and set the value of its element to x. | |
| Fixed1dVector (const Fixed1dVector< T > &vector) | |
| ~Fixed1dVector () | |
Element access | |
| T & | x () |
| |
| const T & | x () const |
| |
| Fixed1dVector | ( | ) | [inline] |
Definition at line 557 of file Geometry.H.
| Fixed1dVector | ( | const T & | x | ) | [inline] |
Allocate a vector and set the value of its element to x.
| [in] | x | The initial value of the vector element. |
Definition at line 560 of file Geometry.H.
References LocalArray::operator()().
| Fixed1dVector | ( | const Fixed1dVector< T > & | vector | ) | [inline] |
Definition at line 561 of file Geometry.H.
| ~Fixed1dVector | ( | ) | [inline] |
Definition at line 562 of file Geometry.H.
| T& x | ( | ) | [inline] |
Definition at line 569 of file Geometry.H.
References LocalArray::operator()().
| const T& x | ( | ) | const [inline] |
Definition at line 572 of file Geometry.H.
References LocalArray::operator()().
1.5.1