Home
last modified time | relevance | path

Searched refs:LASVLR_GetReserved (Results 1 – 12 of 12) sorted by relevance

/dports/devel/liblas12/libLAS-1.2.1/csharp/dotnetLibLAS/
H A DLASVariableLengthRecord.cs197 return CAPI.LASVLR_GetReserved(hvlrh);
H A DLibLASCAPI.cs1010 public static extern UInt16 LASVLR_GetReserved(LASVLRH hVLR); in LASVLR_GetReserved() method in LibLAS.CAPI
/dports/devel/liblas12/libLAS-1.2.1/python/liblas/
H A Dvlr.py83 return core.las.LASVLR_GetReserved(self.handle)
H A Dcore.py541 las.LASVLR_GetReserved.argtypes = [ctypes.c_void_p]
542 las.LASVLR_GetReserved.errcheck = check_value
543 las.LASVLR_GetReserved.restype = ctypes.c_ushort
/dports/devel/liblas/libLAS-1.8.1/csharp/dotnetLibLAS/
H A DLASVariableLengthRecord.cs213 return NativeMethods.LASVLR_GetReserved(hvlrh);
H A DNativeMethods.cs1012 public static extern UInt16 LASVLR_GetReserved(LASVLRH hVLR); in LASVLR_GetReserved() method in LibLAS.NativeMethods
/dports/devel/liblas/libLAS-1.8.1/python/liblas/
H A Dvlr.py175 return core.las.LASVLR_GetReserved(self.handle)
H A Dcore.py668 las.LASVLR_GetReserved.argtypes = [ctypes.c_void_p]
669 las.LASVLR_GetReserved.errcheck = check_value
670 las.LASVLR_GetReserved.restype = ctypes.c_ushort
/dports/devel/liblas12/libLAS-1.2.1/include/liblas12/capi/
H A Dliblas.h995 LAS_DLL uint16_t LASVLR_GetReserved(const LASVLRH hVLR);
/dports/devel/liblas/libLAS-1.8.1/include/liblas/capi/
H A Dliblas.h1107 LAS_DLL unsigned short LASVLR_GetReserved(const LASVLRH hVLR);
/dports/devel/liblas12/libLAS-1.2.1/src/
H A Dlas_c_api.cpp1478 LAS_DLL liblas::uint16_t LASVLR_GetReserved(const LASVLRH hVLR) { in LASVLR_GetReserved() function
/dports/devel/liblas/libLAS-1.8.1/src/
H A Dc_api.cpp1995 LAS_DLL uint16_t LASVLR_GetReserved(const LASVLRH hVLR) { in LASVLR_GetReserved() function