In file mydocsrc/iml_rofn.h:

class inverse_distance_rofn : public iml_rofn

An inverse-distance function

Inheritance:

inverse_distance_rofn < iml_rofn


Inherited from iml_rofn:

Public Methods

IML_DOUBLE get_value( iml_index IML_REF Index)
IML_DOUBLE operator()(IML_DOUBLE X0, IML_DOUBLE X1, IML_DOUBLE X2)
IML_DOUBLE operator()(IML_DOUBLE X0, IML_DOUBLE X1)
IML_DOUBLE operator()(IML_DOUBLE X0)
IML_DOUBLE operator()(IML_DOUBLE X0, IML_DOUBLE X1, IML_DOUBLE X2, ...)

Documentation

An inverse-distance function. This function generates the L-Norm of the distance from the pixel (it's position in the space) to the origin.

Magnitude                     
------------------------------  = 
(1.0 + Magnitude * LNORM(X))  

where X is the input vector.


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++