Home
last modified time | relevance | path

Searched refs:LASHeader_GetRecordsCount (Results 1 – 16 of 16) sorted by relevance

/dports/devel/liblas12/libLAS-1.2.1/apps/
H A Dlascommon.c432 nVLR = LASHeader_GetRecordsCount(header); in print_header()
478 LASHeader_GetRecordsCount(header)); in print_header()
H A Dlas2txt12.c409 LASHeader_GetRecordsCount(header) in main()
/dports/devel/liblas/libLAS-1.8.1/apps/
H A Dlascommon.c444 nVLR = LASHeader_GetRecordsCount(header); in print_header()
486 LASHeader_GetRecordsCount(header)); in print_header()
H A Dlas2txt.c409 LASHeader_GetRecordsCount(header) in main()
/dports/devel/liblas/libLAS-1.8.1/csharp/dotnetLibLAS/
H A DLASHeader.cs386 return NativeMethods.LASHeader_GetRecordsCount(hHeader);
H A DNativeMethods.cs611 public static extern UInt32 LASHeader_GetRecordsCount(LASHeaderH hHeader); in LASHeader_GetRecordsCount() method in LibLAS.NativeMethods
/dports/devel/liblas12/libLAS-1.2.1/csharp/dotnetLibLAS/
H A DLASHeader.cs403 return CAPI.LASHeader_GetRecordsCount(hHeader);
H A DLibLASCAPI.cs609 public static extern UInt32 LASHeader_GetRecordsCount(LASHeaderH hHeader); in LASHeader_GetRecordsCount() method in LibLAS.CAPI
/dports/devel/liblas12/libLAS-1.2.1/python/liblas/
H A Dcore.py369 las.LASHeader_GetRecordsCount.restype = ctypes.c_ulong
370 las.LASHeader_GetRecordsCount.argtypes = [ctypes.c_void_p]
371 las.LASHeader_GetRecordsCount.errcheck = check_value
H A Dheader.py201 return core.las.LASHeader_GetRecordsCount(self.handle)
/dports/devel/liblas/libLAS-1.8.1/python/liblas/
H A Dcore.py462 las.LASHeader_GetRecordsCount.restype = ctypes.c_ulong
463 las.LASHeader_GetRecordsCount.argtypes = [ctypes.c_void_p]
464 las.LASHeader_GetRecordsCount.errcheck = check_value
H A Dheader.py406 return core.las.LASHeader_GetRecordsCount(self.handle)
/dports/devel/liblas12/libLAS-1.2.1/include/liblas12/capi/
H A Dliblas.h655 LAS_DLL uint32_t LASHeader_GetRecordsCount(const LASHeaderH hHeader);
/dports/devel/liblas/libLAS-1.8.1/include/liblas/capi/
H A Dliblas.h733 LAS_DLL unsigned int LASHeader_GetRecordsCount(const LASHeaderH hHeader);
/dports/devel/liblas12/libLAS-1.2.1/src/
H A Dlas_c_api.cpp901 LAS_DLL liblas::uint32_t LASHeader_GetRecordsCount(const LASHeaderH hHeader) { in LASHeader_GetRecordsCount() function
/dports/devel/liblas/libLAS-1.8.1/src/
H A Dc_api.cpp1319 LAS_DLL uint32_t LASHeader_GetRecordsCount(const LASHeaderH hHeader) { in LASHeader_GetRecordsCount() function