ndd_transf_info_free


[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ]

Synopsis

#include "lash-ndd.h"

int ndd_transf_info_free(linear_tr_info *tr);

Description

This function frees the linear transformation information structure *tr.

Return values

In the case of success, this function returns 0. In the case of an error, it returns -1 and sets lash_errno.

Diagnostics

LASH_ERR_NOT_INIT
The package has not been initialized.
LASH_ERR_CORRUPT
Corrupt transformation information structure.

See also

linear_tr_info, ndd_create_transf_info.

[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ]