Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Different Sizing Field for Different Subdomains
  • Date: Thu, 29 Aug 2019 20:18:35 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:X7cC0ReB2xyys/QbHCpSEHiNlGMj4u6mDksu8pMizoh2WeGdxcW5ZB7h7PlgxGXEQZ/co6odzbaP6ea5BzZLuM/e+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFRrwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe7x/IAiooQnLq8UbgJVuJqksxhfUoHZDZvhby35vKV+PhRj3+92+/IRk8yReuvIh89BPXKDndKkmTrJWESorPXkt6MLkqRfMQw2P5mABUmoNiRpHHxLF7BDhUZjvtCbxq/dw1zObPc3ySrA0RCii4qJ2QxLmlCsLKzg0+3zRh8dtjqxUvQihqgRizYDKboGbNPlwcK3TctwVR2VOQslfWjddAo6+dYYDE/YNMOhaooT7ulAArQG+BQ6pBO73xDNGm2H50rYg3OQ6DQHG3RIvH9QTu3rSq9X1LqYSUeepzKLVyTnNbu1Z2TD46IfWbhAhu/GNU7JqfsXN1UkvEBnFj1WVpYDrIjiY0f8Ns2yc7+p6VOKvjHInpxt0ojir3coshYzJiZgUylDA7yl23IE1JdihRUN9fNWqHpxQtySAOIt3RMMvW2dotzwhxbIdvZ60YjIGx4ggxx7ac/CIb4eI7QjnVOqLJjd4nn1ldbSijBix6Uit0vPwWtWw3VpQrSdIksPAum4T2xDO8MSKRflw8l+/1TmVywzf9+RJLl46mKfULpMu3LAwm5sPvknGAyP7l175gLOTe0o+5uek9vjrb7D4qpKeK4N5iQTzP6czlsCjH+s1NxUCX2aV+eig0rDo4Ff3T69QjvIsl6nUqJDaKtofpq6+GwJV15ws6xe7Dzu/3tUYh2QLIEtLeB+IjYXlIV7OIPf/Dfewh1Sjji1nyOzBPr3kGpnNL37Dn6n9fbtl9UJQ1A4+wcpc6p9UEL0NPuz/VlLruNHXDBI1Kwm0zPzmCNV52IMeQ2WPAqqBPaPJtV+I4fgvI+iLZI8Jojr9Lvwl6uXhjX88g1AdfK2p0YELZ3C/G/RqO1+Zbmb0gtcdDWcKuRIzQ/DliFKYVT5ffmu9X6Mn5j4nFYKmFpzDS5u2gL2B2Se7BodZanpHClCKC3fodp+LV+0CaCKIcYddlWkPWrGlDoMgzhqzrxTSyrx9L+OS9DdLm4jk0Y0/3ODZnAou9DFyR+CayWCKUyk0sW4PQjIqxrFRqEdhzU2SkOIw1+dcEsZS4O8PVwMSOpvVzug8ANf3DFGSNuyVQUqrF431SQo6Scg8lodXMhRNXu66hxWG5BKERroclriFHpsxq/uO0H34JsI7wHHDhvB40gsWB/BXPGjjvZZRsgjeA4mTzhecnqeuMLsGhWvDqDjFwm2Js0VVFgV3VPedBCxNVg7ttd38o3j6Yfq2E71+a1lOzMeDLu1Bbdi71Vg=

I think you need to link with libCGAL_ImageIO.

Best,

Sebastien.

On 8/27/19 8:32 PM, Shrabani Ghosh wrote:
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