Inheritance diagram for Fixed1dPoint:
Definition at line 526 of file Geometry.H.
Public Member Functions | |
Fixed1dPoint () | |
Fixed1dPoint (const T &x) | |
Allocate a vector and set the value of its element to x . | |
Fixed1dPoint (const Fixed1dPoint< T > &point) | |
~Fixed1dPoint () | |
Element access | |
T & | x () |
| |
const T & | x () const |
|
Fixed1dPoint | ( | ) | [inline] |
Definition at line 528 of file Geometry.H.
Fixed1dPoint | ( | 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 531 of file Geometry.H.
References LocalArray::operator()().
Fixed1dPoint | ( | const Fixed1dPoint< T > & | point | ) | [inline] |
Definition at line 532 of file Geometry.H.
~Fixed1dPoint | ( | ) | [inline] |
Definition at line 533 of file Geometry.H.
T& x | ( | ) | [inline] |
Definition at line 540 of file Geometry.H.
References LocalArray::operator()().
const T& x | ( | ) | const [inline] |
Definition at line 543 of file Geometry.H.
References LocalArray::operator()().