krl_store_distanceHandle
Interface Definition
int krl_store_distanceHandle(FILE* f, const KRLDistanceHandle* kdh);
Function
Stores the handle for distance computation into a file.
Parameters
Parameter |
Data Type |
Description |
Value Range |
|---|---|---|---|
f |
FILE* |
Handle to a destination file for writing data. |
It cannot be null. |
kdh |
const KRLDistanceHandle* |
Pointer to a KRLDistanceHandle instance. |
It cannot be null. |
Return Values
Data Type |
Description |
|---|---|
int |
0 is returned on successful execution. In case of failure, an error code is returned to indicate the specific issue:
|
Parent topic: Store/Load Interfaces