Public Member Functions | Protected Attributes
ecl::GenericSplineFunction Class Reference

This is a parent class for generic spline functions. More...

#include <spline_function.hpp>

Inheritance diagram for ecl::GenericSplineFunction:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual double dderivative (const double &x) const =0
 Virtual access function for a spline function's 2nd derivative.
virtual double derivative (const double &x) const =0
 Virtual access function for a spline function derivative.
const Array< double, 2 > & domain ()
 Get access to the domain for this spline function.
virtual double operator() (const double &x) const =0
 Virtual access function for a spline function.
virtual ~GenericSplineFunction ()

Protected Attributes

Array< double, 2 > time_domain

Detailed Description

This is a parent class for generic spline functions.

This is the parent interface for spline functions.

See also:
SplineFunction

Definition at line 39 of file spline_function.hpp.


Constructor & Destructor Documentation

Definition at line 41 of file spline_function.hpp.


Member Function Documentation

virtual double ecl::GenericSplineFunction::dderivative ( const double &  x) const [pure virtual]

Virtual access function for a spline function's 2nd derivative.

Parameters:
x: the point at which you wish to calculate the value for.
Returns:
double : the value of the 2nd derivative at x.

Implemented in ecl::SplineFunction< Function >.

virtual double ecl::GenericSplineFunction::derivative ( const double &  x) const [pure virtual]

Virtual access function for a spline function derivative.

Parameters:
x: the point at which you wish to calculate the value for.
Returns:
double : the value of the derivative at x.

Implemented in ecl::SplineFunction< Function >.

const Array<double,2>& ecl::GenericSplineFunction::domain ( ) [inline]

Get access to the domain for this spline function.

Get access to the domain for this spline function.

Returns:
const Array<double,2>& : stores domain_begin and domain_end.

Definition at line 68 of file spline_function.hpp.

virtual double ecl::GenericSplineFunction::operator() ( const double &  x) const [pure virtual]

Virtual access function for a spline function.

Parameters:
x: the point at which you wish to calculate the value for.
Returns:
double : the value of the function at x.

Implemented in ecl::SplineFunction< Function >.


Member Data Documentation

Definition at line 71 of file spline_function.hpp.


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


ecl_geometry
Author(s): Daniel Stonier
autogenerated on Sun Oct 5 2014 23:36:08