SE_ptable_free

Deallocates memory used by a point table

Usage syntax

void SE_ptable_free (SE_PTABLE ptable);

Parameters
ptable The handle to a point table
Description

SE_ptable_free destroys a point table created by the SE_ptable_create function, releasing all resources allocated to the specified point table.

Returns

None