BalloonModel Class Reference

Inherits DifferentialModel, ParameterCollection, and FunctionCollection.

Inherited by FlowBalloonModel, LogFlowBalloonModel, LogNeuralBalloonModel, and NeuralBalloonModel.

Inheritance diagram for BalloonModel:

Inheritance graph
[legend]
List of all members.

Detailed Description

Abstract balloon model.

Author:
Lawrence Murray <lawrence@indii.org>
Version:
Rev
285
Date:
Date
2007-07-20 17:25:40 +0100 (Fri, 20 Jul 2007)

Definition at line 20 of file BalloonModel.hpp.

Public Member Functions

 BalloonModel (const unsigned int dimensions, const unsigned int numParameters, const unsigned int numFunctions)
 Constructor.
virtual ~BalloonModel ()
 Destructor.
virtual indii::ml::aux::vector suggestInitialState ()=0
 Provide a suggested initial state.


Constructor & Destructor Documentation

BalloonModel ( const unsigned int  dimensions,
const unsigned int  numParameters,
const unsigned int  numFunctions 
)

Constructor.

Parameters:
dimensions Number of state variables.
numParameters Number of biophysical parameters.
numFunctions Number of biophysical functions.

Definition at line 7 of file BalloonModel.cpp.

~BalloonModel (  )  [virtual]

Destructor.

Definition at line 14 of file BalloonModel.cpp.


Member Function Documentation

virtual indii::ml::aux::vector suggestInitialState (  )  [pure virtual]

Provide a suggested initial state.

This can be passed to the constructor of the ordinary differential equation solver being used on the model, such as indii::ml::ode::AdaptiveRungeKutta.

Returns:
Suggested initial state for the system.

Implemented in FlowBalloonModel, LogFlowBalloonModel, LogNeuralBalloonModel, and NeuralBalloonModel.


The documentation for this class was generated from the following files:
Generated on Tue Oct 9 22:02:11 2007 for fmrii fMRI Modelling Library by  doxygen 1.5.2