ParameterCollection Class Reference

Inheritance diagram for ParameterCollection:

Inheritance graph
[legend]

List of all members.


Detailed Description

Collection of parameters.

Author:
Lawrence Murray <lawrence@indii.org>
Version:
Rev
Date:
Date

Definition at line 19 of file ParameterCollection.hpp.


Public Member Functions

 ParameterCollection ()
 Default constructor for restoring from serialization.
 ParameterCollection (const unsigned int N)
 Construct new parameter collection.
virtual ~ParameterCollection ()
 Destructor.
virtual double getParameter (const unsigned int index) const
 Get the value of a parameter.
virtual void setParameter (const unsigned int index, const double value)
 Set the value of a parameter.

Constructor & Destructor Documentation

ParameterCollection (  ) 

Default constructor for restoring from serialization.

Definition at line 11 of file ParameterCollection.cpp.

ParameterCollection ( const unsigned int  N  ) 

Construct new parameter collection.

Parameters:
N Number of parameters.

Definition at line 15 of file ParameterCollection.cpp.

~ParameterCollection (  )  [virtual]

Destructor.

Definition at line 19 of file ParameterCollection.cpp.


Member Function Documentation

double getParameter ( const unsigned int  index  )  const [inline, virtual]

Get the value of a parameter.

Parameters:
index Index of the parameter to retrieve.
Returns:
The value of the parameter.

Definition at line 86 of file ParameterCollection.hpp.

void setParameter ( const unsigned int  index,
const double  value 
) [virtual]

Set the value of a parameter.

Parameters:
index Index of the parameter to set.
value The value to which to set the parameter.

Definition at line 23 of file ParameterCollection.cpp.


Generated on Wed Dec 17 15:11:58 2008 for dysii Dynamical Systems Library by  doxygen 1.5.3