| Name | Unit | Description |
| PIntegerArray |
UCoreTriAPI |
Pointer to integer buffer. |
| PRealArray |
UCoreTriAPI |
Pointer to real buffer. |
| PTriangulateIO |
UCoreTriAPI |
Pointer to parameter record for data exechange between calling delphi application and the DLL function kernal .. see trinagle.h. |
| TClearIOBuffer |
UCoreTriAPI |
Procedure type to clear the iobuffer, defined as dynamic loading procedure from triangle.DLL. It is like clearing a screen. |
| TFreeIOBuffer |
UCoreTriAPI |
Procedure type to free the iobuffer for mapping stdio operations int a character buffer, defined as dynamic loading procedure from triangle.DLL. |
| TFreeTriangleIO |
UCoreTriAPI |
Procedure type to free from DLL allocated io datasets, for dynamic loading procedure from triangle.DLL. |
| TGetIOBuffer |
UCoreTriAPI |
Funcion type to read out a iobuffer line , defined as dynamic loading procedure from triangle.DLL. |
| TInteger |
UCoreTriAPI |
Base data type of integer as 4 byte signed integer. |
| TIntegerArray |
UCoreTriAPI |
Open buffer definition for integer buffer like in ANSI-C: int *IntegerArray. |
| TIOBufferLines |
UCoreTriAPI |
Funcion type to determin the depth of the iobuffer , defined as dynamic loading procedure from triangle.DLL. |
| TIOBufferTextWidth |
UCoreTriAPI |
Funcion type to determin the chracter buffer width of a iobuffer line , defined as dynamic loading procedure from triangle.DLL. |
| TOpenIOBuffer |
UCoreTriAPI |
Procedure type to allocate the iobuffer for mapping stdio operations int a character buffer, defined as dynamic loading procedure from triangle.DLL. |
| TReal |
UCoreTriAPI |
Base data type REAL as double precise float see triangle.h. |
| TRealArray |
UCoreTriAPI |
Open buffer definition for real buffer like in ANSI-C: REAL *RealArray. |
| TTriangulate |
UCoreTriAPI |
Function type to triangle for dynamic loading procedure from triangle.DLL. |
| TTriangulateIO |
UCoreTriAPI |
Parameter record for data exechange between calling delphi application and the DLL function kernal .. see trinagle.h. |