Skip to content

Commit 7ba1f1c

Browse files
committed
✨ Reorganize file includes in FastPointQuery.jl for improved structure
1 parent bc16ece commit 7ba1f1c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/FastPointQuery.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ function __init__()
3636
end
3737
end
3838

39+
include(joinpath(@__DIR__, "fileio/asc2ply.jl"))
3940
include(joinpath(@__DIR__, "fileio/geojson.jl"))
41+
include(joinpath(@__DIR__, "fileio/ply.jl"))
4042
include(joinpath(@__DIR__, "fileio/stl.jl"))
43+
include(joinpath(@__DIR__, "fileio/tiff2ply.jl"))
4144

4245
include(joinpath(@__DIR__, "utils.jl"))
4346
include(joinpath(@__DIR__, "polygon.jl"))

0 commit comments

Comments
 (0)