SE_ptable_free |
Deallocates memory used by a point table
void SE_ptable_free (SE_PTABLE ptable);
ptable | The handle to a point table |
SE_ptable_free destroys a point table created by the SE_ptable_create function, releasing all resources allocated to the specified point table.
None