Herror ::get_pair_funct_1d (
    const HTuple &Function,
    const HTuple &Index,
    double *X,
    double *Y
)
Herror ::get_pair_funct_1d (
    const HTuple &Function,
    const HTuple &Index,
    HTuple *X,
    HTuple *Y
)

Access a function value using the index of the control points.

::get_pair_funct_1d accesses a function value of Function. This is done by specifying the index of one or more control points of the function.


Parameters

Function (input_control)
function_1d-array -> HTuple.double / long
Input function.

Index (input_control)
integer(-array) -> HTuple.long
Index of the control points.

X (output_control)
number(-array) -> (HTuple.) double *
X value at the given control points.

Y (output_control)
number(-array) -> (HTuple.) double *
Y value at the given control points.


Possible Predecessors

::create_funct_1d_pairs, ::create_funct_1d_array


Module

Tools



Copyright © 1996-2002 MVTec Software GmbH