IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Num::RealFunctionParametric Class Reference

Base class for parameterized real-valued functions of single variable. Parameters that completely define the function out of parametric family of functions can be queried or set. Parameters are represented and stored as vector. More...

Inheritance diagram for IG::Num::RealFunctionParametric:
Collaboration diagram for IG::Num::RealFunctionParametric:

List of all members.

Public Member Functions

 RealFunctionParametric (IVector parameters)
 Constructor. Creates a new parametric function with the specified parameters and transformation of coordinates.

Properties

override IVector Parameters [get, set]
 Parameters that define the specific function out of parametric familiy of functions.

Private Member Functions

 RealFunctionParametric ()
 Default constructor is inaccessible because it has no meaning.

Private Attributes

IVector _parameters

Detailed Description

Base class for parameterized real-valued functions of single variable. Parameters that completely define the function out of parametric family of functions can be queried or set. Parameters are represented and stored as vector.

This base class does not implement data containing parameters. This enables to derive base classes with different representations of parameters, e.g. with only one number for one parametric functions. $A Igor Dec10;


Constructor & Destructor Documentation

IG::Num::RealFunctionParametric::RealFunctionParametric ( ) [inline, private]

Default constructor is inaccessible because it has no meaning.

IG::Num::RealFunctionParametric::RealFunctionParametric ( IVector  parameters) [inline]

Constructor. Creates a new parametric function with the specified parameters and transformation of coordinates.

Parameters:
parametersVector of parameters that define a specific function out of a parametric family of functions.

Member Data Documentation


Property Documentation

override IVector IG::Num::RealFunctionParametric::Parameters [get, set]

Parameters that define the specific function out of parametric familiy of functions.

Implements IG::Num::IRealFunctionParametric.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events