Herror ::funct_1d_to_pairs (
    const HTuple &Function,
    HTuple *XValues,
    HTuple *YValues
)

Access to the x/y values of a function.

::funct_1d_to_pairs splits the input function Function into tuples for the x and y values.


Parameters

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

XValues (output_control)
number-array -> HTuple.double * / long *
X values of the function.

YValues (output_control)
number-array -> HTuple.double * / long *
Y values of the function.


Possible Predecessors

::create_funct_1d_pairs, ::create_funct_1d_array


Module

Tools



Copyright © 1996-2002 MVTec Software GmbH