Fixed1dVector Class Template Reference

Inheritance diagram for Fixed1dVector:

FixedNdVector< T, 1 > LocalArray List of all members.

Detailed Description

template<class T>
class Fixed1dVector< T >

Author:
Bill Smart

Version:
1.0
Date:
June 2005

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 ()
 
Returns:
The first element of the vector.

const T & x () const
 
Returns:
The first element of the vector.


Constructor & Destructor Documentation

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.

Parameters:
[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.


Member Function Documentation

T& x (  )  [inline]

Returns:
The first element of the vector.

Definition at line 569 of file Geometry.H.

References LocalArray::operator()().

const T& x (  )  const [inline]

Returns:
The first element of the vector.

Definition at line 572 of file Geometry.H.

References LocalArray::operator()().


The documentation for this class was generated from the following file:
Generated on Thu Feb 1 15:31:55 2007 for WURDE by  doxygen 1.5.1