We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc16ece commit 7ba1f1cCopy full SHA for 7ba1f1c
1 file changed
src/FastPointQuery.jl
@@ -36,8 +36,11 @@ function __init__()
36
end
37
38
39
+include(joinpath(@__DIR__, "fileio/asc2ply.jl"))
40
include(joinpath(@__DIR__, "fileio/geojson.jl"))
41
+include(joinpath(@__DIR__, "fileio/ply.jl"))
42
include(joinpath(@__DIR__, "fileio/stl.jl"))
43
+include(joinpath(@__DIR__, "fileio/tiff2ply.jl"))
44
45
include(joinpath(@__DIR__, "utils.jl"))
46
include(joinpath(@__DIR__, "polygon.jl"))
0 commit comments