Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

ERROR Class Reference

Class for storing the error. More...

#include <vndstat.h>

List of all members.

Public Methods

 ERROR ()
 Constructor.

void SetError ( double t, double e )
 Sets an error. More...

double GetError () const
 Returns the error. More...

double GetT () const
 Returns the point of the error. More...


Detailed Description

Class for storing the error.

Author(s):
Ned Nedialkov
Date:
18 June 2001


Constructor & Destructor Documentation

ERROR::ERROR ( )
 

Constructor.


Member Function Documentation

void ERROR::SetError ( double t,
double e ) [inline]
 

Sets an error.

Parameters:
t   integration point
e   error at t.

Precondition:
e >= 0

double ERROR::GetError ( ) const [inline]
 

Returns the error.

Returns:
the error set by the most recent call to SetError() or -1, if SetError() has not been called.

double ERROR::GetT ( ) const [inline]
 

Returns the point of the error.

Returns:
the point set by the most recent call to SetError(), or 0, if SetError() has not been called.


The documentation for this class was generated from the following file:
Generated at Sun Oct 14 12:45:41 2001 for VNODE by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000