![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
Template interface for any mathematical function. More...
#include <TIMathFunction.h>
Public Types | |
typedef Argument | ArgumentType |
typedef Result | ResultType |
Public Member Functions | |
virtual bool | GetValueAt (const Argument &argument, Result &result) const =0 |
Get function value for specified argument value. | |
virtual Result | GetValueAt (const Argument &argument) const =0 |
Get function value for specified argument value. | |
Template interface for any mathematical function.
Definition at line 21 of file TIMathFunction.h.
Argument imath::TIMathFunction< Argument, Result >::ArgumentType |
Definition at line 24 of file TIMathFunction.h.
Result imath::TIMathFunction< Argument, Result >::ResultType |
Definition at line 25 of file TIMathFunction.h.
|
pure virtual |
Get function value for specified argument value.
This overloaded menthod is provided only for convinence.
argument | function argument. |
Implemented in icmm::CCmykToRgbTransformation, icmm::CHsvToRgbTransformation, icmm::CRgbToCmykTransformation, icmm::CRgbToHsvTranformation, icmm::CRgbToXyzTransformation, icmm::CXyzToCieLabTransformation, and imath::TSplineGridFunctionBase< Argument, Result, Fulcrums, Degree >.
|
pure virtual |
Get function value for specified argument value.
argument | function argument. |
result | function value for specified argument. |
Implemented in icmm::CCmykToRgbTransformation, icmm::CHsvToRgbTransformation, icmm::CRgbToCmykTransformation, icmm::CRgbToHsvTranformation, icmm::CRgbToXyzTransformation, icmm::CXyzToCieLabTransformation, and imath::TSplineGridFunctionBase< Argument, Result, Fulcrums, Degree >.
© Witold Gantzke and Kirill Lepskiy