Rate This Document
Findability
Accuracy
Completeness
Readability

krl_get_dist_pointer

Interface Definition

float* krl_get_dist_pointer(const KRLLUT8bHandle* klh);

Function

Obtains the start address of the distance array stored in the KRLLUT8bHandle instance. The address contains a random number before a table lookup-based accumulation operator is called, and holds the computed distance value after the operator is called.

Parameters

Parameter

Data Type

Description

Value Range

klh

KRLLUT8bHandle*

Pointer to the KRLLUT8bHandle instance.

The value cannot be null.

Return Values

Data Type

Description

float*

Start address of the distance array stored in the KRLLUT8bHandle instance. The address contains a random number before a table lookup-based accumulation operator is called, and holds the computed distance value after the operator is called.