Fixed1dPoint Class Template Reference

Inheritance diagram for Fixed1dPoint:

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

Detailed Description

template<class T>
class Fixed1dPoint< T >

Author:
Bill Smart

Version:
1.0
Date:
June 2005

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

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


Constructor & Destructor Documentation

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.

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


Member Function Documentation

T& x (  )  [inline]

Returns:
The first element of the point.

Definition at line 540 of file Geometry.H.

References LocalArray::operator()().

const T& x (  )  const [inline]

Returns:
The first element of the point.

Definition at line 543 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