ChastePoint< 0 > Class Template Reference

#include <ChastePoint.hpp>

List of all members.

Public Member Functions

 ChastePoint (double v1=0, double v2=0, double v3=0)
double operator[] (unsigned i) const


Detailed Description

template<>
class ChastePoint< 0 >

A zero-dimensional ChastePoint class.

Definition at line 184 of file ChastePoint.hpp.


Constructor & Destructor Documentation

ChastePoint< 0 >::ChastePoint ( double  v1 = 0,
double  v2 = 0,
double  v3 = 0 
) [inline]

Create a zero-dimensional Point object. There are 3 optional arguments, which should not be used.

Parameters:
v1 the point's x-coordinate (defaults to 0)
v2 the point's y-coordinate (defaults to 0)
v3 the point's z-coordinate (defaults to 0)

Definition at line 196 of file ChastePoint.hpp.


Member Function Documentation

double ChastePoint< 0 >::operator[] ( unsigned  i  )  const [inline]

Access the vector mLocation.

Parameters:
i the index of the vector to return

Definition at line 205 of file ChastePoint.hpp.

References EXCEPTION.


The documentation for this class was generated from the following file:

Generated on Mon Apr 18 11:36:43 2011 for Chaste by  doxygen 1.5.5