Home
last modified time | relevance | path

Searched refs:LASPoint_Copy (Results 1 – 15 of 15) sorted by relevance

/dports/devel/liblas12/libLAS-1.2.1/csharp/dotnetLibLAS/
H A DLASPoint.cs196 LASPointH laspointhTemp = CAPI.LASPoint_Copy(hPoint); in Copy()
H A DLibLASCAPI.cs428 public static extern LASPointH LASPoint_Copy(LASPointH hPoint); in LASPoint_Copy() method in LibLAS.CAPI
/dports/devel/liblas/libLAS-1.8.1/csharp/dotnetLibLAS/
H A DLASPoint.cs223 LASPointH laspointhTemp = NativeMethods.LASPoint_Copy(hPoint); in Copy()
H A DNativeMethods.cs430 public static extern LASPointH LASPoint_Copy(LASPointH hPoint); in LASPoint_Copy() method in LibLAS.NativeMethods
/dports/devel/liblas12/libLAS-1.2.1/apps/
H A Dlascommon.c90 summary->pmin = LASPoint_Copy(p); in SummarizePoints()
91 summary->pmax = LASPoint_Copy(p); in SummarizePoints()
H A Dlas2las12.c396 surviving_point_min = LASPoint_Copy(p); in main()
397 surviving_point_max = LASPoint_Copy(p); in main()
/dports/devel/liblas12/libLAS-1.2.1/python/liblas/
H A Dpoint.py53 self.handle = core.las.LASPoint_Copy(handle)
H A Dcore.py276 las.LASPoint_Copy.restype = ctypes.c_void_p
277 las.LASPoint_Copy.argtypes = [ctypes.c_void_p]
278 las.LASPoint_Copy.errcheck = check_void
/dports/devel/liblas/libLAS-1.8.1/apps/
H A Dlascommon.c90 summary->pmin = LASPoint_Copy(p); in SummarizePoints()
91 summary->pmax = LASPoint_Copy(p); in SummarizePoints()
/dports/devel/liblas/libLAS-1.8.1/python/liblas/
H A Dpoint.py78 self.handle = core.las.LASPoint_Copy(handle)
H A Dcore.py358 las.LASPoint_Copy.restype = ctypes.c_void_p
359 las.LASPoint_Copy.argtypes = [ctypes.c_void_p]
360 las.LASPoint_Copy.errcheck = check_void
/dports/devel/liblas12/libLAS-1.2.1/include/liblas12/capi/
H A Dliblas.h466 LAS_DLL LASPointH LASPoint_Copy(const LASPointH);
/dports/devel/liblas/libLAS-1.8.1/include/liblas/capi/
H A Dliblas.h498 LAS_DLL LASPointH LASPoint_Copy(const LASPointH hPoint);
/dports/devel/liblas12/libLAS-1.2.1/src/
H A Dlas_c_api.cpp320 LAS_DLL LASPointH LASPoint_Copy(const LASPointH hPoint) { in LASPoint_Copy() function
/dports/devel/liblas/libLAS-1.8.1/src/
H A Dc_api.cpp537 LAS_DLL LASPointH LASPoint_Copy(const LASPointH hPoint) { in LASPoint_Copy() function