#include "Ltimgcor.h"
L_LTIMGCOR_API L_VOID L_FreeGWirePath(pGWirePath)
L_POINT* pGWirePath; |
minimal path points |
Frees the generated minimal path from L_GWireGetMinPath function.
Parameter |
Description |
pGWirePath |
Pointer to L_POINT that represents that minimal path points. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
This method should be called to free the generated path using L_GWireGetMinPath function.
Required DLLs and Libraries
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
See Also
Functions: |
L_GWireInit, L_GWireGetMinPath, L_GWireSetSeedPoint, L_DestroyGWireHandle |
Topics: |
Raster Image Functions: Image Analysis |
|
For an example, refer to L_GWireGetMinPath.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET