Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Different Sizing Field for Different Subdomains

Subject: CGAL users discussion list

List archive

[cgal-discuss] Different Sizing Field for Different Subdomains


Chronological Thread 
  • From: Shrabani Ghosh <>
  • To:
  • Subject: [cgal-discuss] Different Sizing Field for Different Subdomains
  • Date: Tue, 27 Aug 2019 13:32:19 -0500 (CDT)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
  • Ironport-phdr: 9a23:bwqvBRbO/cUg2rPGA4HluIH/LSx+4OfEezUN459isYplN5qZoMq5bnLW6fgltlLVR4KTs6sC17OM9fm9CSdfut6oizMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpTEdFQ/iOgVrO+/7BpDdj9it1+C15pbffxhEiCCybL9vMhm6txjdu8kVjIdtKKs8xAbCr2dVdehR2W5mP0+YkQzm5se38p5j8iBQtOwk+sVdT6j0fLk2QKJBAjg+PG87+MPktR/YTQuS/XQcSXkZkgBJAwfe8h73WIr6vzbguep83CmaOtD2TawxVD+/4apnVAPkhSEaPDM/7WrZiNF/jLhDrRyvpxJx3Y3abpyaO/Vica3QZs8aSGhdUspNSyBNHp2wYo0SBOQBJ+ZYqIz9qkMToxu+HwmjHvjgxSVOhn/3wKY00uQhEQbd3AwgAtkDt2/UrM/uO6cUS+y1w6nIzTLYb/NW3Trw7JPFch8kof6WXLJwddDdxlUoFwPAl1idr5HuMT2S1uQIqWeb7uxgWPqpi2E9sA5+uTyvydk2hobVgYIVz0jI+jl2wIkvId20Ukl7YcSrEJZWqiqUNJN2T9s/T2xsvCs20LMLtJ2hcCUJyZkr3R/SZv2BfoOV+BzsTvyRLi19hH99eLKwmRKy8U+4x+36WcS4ylBKoTBendbXsnACyQbf5dSASvt45kuh2DCP2B7P6uxcPEw5ka7WJ4Qvz7MzjJYeskXOEjX3lUj3lKOWc18r+ums6+TpeLXmoZqcOpdvigHkKasunNazAes4MggJRGib+eCx2bn48E32RbVFlPw2kq3DvJ/GIsQbo7a1AxVJ3YY79xa/EzCm3cwEknkINl1FfAuLgJXoO1HVPP/4EOy/g0+3nTdwx/HGO6XhDY/XInjClrfhZ7d95FRGxAo919AMr65TX7oOKfa2Vk7qv8HDFTc4NRa1yqDpEoZTzIQbDFmPGKaTOaXT+XCI4fkva72XfoUT/jn9LOMltq/GgnowmFtbdq6si8hEIEukF+hrdh3KKUHnhc0MRD9T41gOCdfygVjHagZ9Ina/W6Vlu2M9VMSgBI3JQo3ri7uEjn7iT89mI1teA1XJKk/GMoCNWvMCciWXe5YznTkNVLznQIgkh0r36F3KjoF/J++RwRU28Ir53YEsteLWnBA2szdzCpbF3g==

Hi,

I am trying to compile this program.

https://doc.cgal.org/latest/Mesh_3/Mesh_3_2mesh_3D_image_variable_size_8cpp-example.html

But I am getting this error.

[ 50%] Building CXX object
CMakeFiles/executable.dir/skin_surface_subdiv.cpp.o
[100%] Linking CXX executable executable
CMakeFiles/executable.dir/skin_surface_subdiv.cpp.o: In function
`CGAL::Image_3::read(char const*)':
skin_surface_subdiv.cpp:(.text._ZN4CGAL7Image_34readEPKc[_ZN4CGAL7Image_34readEPKc]+0x18):
undefined reference to `_readImage(char const*)'
skin_surface_subdiv.cpp:(.text._ZN4CGAL7Image_34readEPKc[_ZN4CGAL7Image_34readEPKc]+0x2a):
undefined reference to `CGAL::Image_3::private_read(point_image*)'
collect2: error: ld returned 1 exit status
CMakeFiles/executable.dir/build.make:98: recipe for target 'executable'
failed
make[2]: *** [executable] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/executable.dir/all'
failed
make[1]: *** [CMakeFiles/executable.dir/all] Error 2
Makefile:94: recipe for target 'all' failed
make: *** [all] Error 2

And in this program, the output file format is .mesh . I am using Meshlab,
but I am not able to open this file. Which software should I use to open
this file?






--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



Archive powered by MHonArc 2.6.18.

Top of Page