Function meos_sys::ptarray_construct

source ยท
pub unsafe extern "C" fn ptarray_construct(
    hasz: c_char,
    hasm: c_char,
    npoints: u32,
) -> *mut POINTARRAY
Expand description

Construct an empty pointarray, allocating storage and setting the npoints, but not filling in any information. Should be used in conjunction with ptarray_set_point4d to fill in the information in the array.