Home
last modified time | relevance | path

Searched refs:LASPoint_GetData (Results 1 – 4 of 4) sorted by relevance

/dports/devel/liblas/libLAS-1.8.1/python/liblas/
H A Dpoint.py563 core.las.LASPoint_GetData(self.handle, d2)
H A Dcore.py345 las.LASPoint_GetData.argtypes = [ctypes.c_void_p,
347 las.LASPoint_GetData.errcheck = check_value
348 las.LASPoint_GetData.restype = ctypes.c_int
/dports/devel/liblas/libLAS-1.8.1/include/liblas/capi/
H A Dliblas.h519 LAS_DLL LASError LASPoint_GetData(const LASPointH hPoint, unsigned char* data);
/dports/devel/liblas/libLAS-1.8.1/src/
H A Dc_api.cpp595 LAS_DLL LASErrorEnum LASPoint_GetData( const LASPointH hPoint, uint8_t* data) { in LASPoint_GetData() function