Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members

iptk::ParamInfo Class Reference

#include <paramInfo.h>

Collaboration diagram for iptk::ParamInfo:

Collaboration graph
[legend]
List of all members.

Detailed Description

A class to hold information of a parameter which is passed to a derivative of iptk::IP_Function.


Public Member Functions

 ParamInfo (void)
 Default Constructor.

 ParamInfo (iutk::String str, double x, double y, double z)
 Initialiser.
Argument str holds the name of the parameter, x the start value of the range, y the end value of the range and z the step size to be used.

 ParamInfo (const ParamInfo &pi)
 Copy constructor.


Public Attributes

iutk::String paramName
 Name of the parameter.

double start
 Start of the range of the values which the parameter can take.

double stop
 End of the range of values which the parameter can take.

double step
 The step-size in which each the value of the parameter should be varied.


Constructor & Destructor Documentation

iptk::ParamInfo::ParamInfo void   ) 
 

Default Constructor.


Initialises all members to null values.

iptk::ParamInfo::ParamInfo const ParamInfo pi  ) 
 

Copy constructor.



The documentation for this class was generated from the following file:
Generated on Mon Nov 22 11:12:42 2004 for ImprolaLib by doxygen 1.3.7