Class: PQHandleElem

PQHandleElem()

new PQHandleElem()

[PQHandleElem description]
Source:

Members

key :libtess.PQKey

[key description]
Type:
Source:

node :libtess.PQHandle

[node description]
Type:
Source:

Methods

(static) realloc(oldArraynullable, size) → {Array.<libtess.PQHandleElem>}

Allocate a PQHandleElem array of size size. If oldArray is not null, its contents are copied to the beginning of the new array. The rest of the array is filled with new PQHandleElems.
Parameters:
Name Type Attributes Description
oldArray Array.<libtess.PQHandleElem> <nullable>
[description].
size number [description].
Source:
Returns:
[description].
Type
Array.<libtess.PQHandleElem>