Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL_assertion: identifier not found

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL_assertion: identifier not found


Chronological Thread 
  • From: sergio campo <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL_assertion: identifier not found
  • Date: Fri, 15 Jun 2018 13:27:42 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:2fK7SBTSYiMONrhjzuYri7A7M9psv+yvbD5Q0YIujvd0So/mwa6yZByN2/xhgRfzUJnB7Loc0qyK6/2mATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfbN/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4qF2QxHqlSgHLSY0/2PZisJwgqxVow+vqQJjzIPPeo6ZKOBzc7nBcd8GR2dMWNtaWSxbAoO7aosCF/EBMvhCr4nyplsOqga1ChW2C+Pq0j9IgWL90Kok0+s7DQ7G3QogH90AsHTTttX1M7wfUe+wzKbSzDXDa+la1iv66IjNax0sp+yHU7x3ccrU00YvFgXFg02WqYP/JDyazeANvHaB4+V8UuKvjnYrqwB3oji1x8cjkJPFhowPyl3C6C53w541KMW6RUN0e9KoDYVcuiGAO4Z1XM8uWWBltSU8x7Ybo5C0ZjIKx44ixxPHa/yIbYyI4hX7WeaUOzh4hXZldKuxhha37USs0+P8W8i33VpQoSpFld7Mtn8J1xPN8MSIVvx9/kK51TaO0QDc9P1ELFg2mKfUMZIt36A8m5oJvUnAACP6gkT7gayOekUh4Oeo6uDnYrv8pp+bMo95kh/+Pb4ylcy+B+Q4PQYOX2+B+eS7z7Dj8kj5T69Ljv0yiKXWrJfaJcEDqq6jHwBVypoj6wq4Dzq+zNsYkmMILFZcdB2ajojpIE3BIO3jDfekmFmsizdqx/XePrL7GJnNL37DkK3gfbln8UJcxhAznphi4YlJAOQBPO7rQR2288fJCwcwdQ2y2efuTttnkZgPXHqGRa6fPqSVulCB4qcjIvKHeZQO6wr6fvMq7vqrgX4ikkIGZoGo24EWYTa2BKdIOUKcNGHhmNgAFi8Btw8mS6S+llSJUDhcaXGoWIoz4zg6DMStCoKVFdPlu6CIwCruRs4eXWtBEF3ZSS65JbXBYO8FbWepGuEklzUFUba7TIp4jEOhsQb7z/xsKe+Go3RE56Km78B84qjorT937SZ9Vp3P3GSETmUylWQNFWdvgfJP5Hdlw1LG6pBWxvxVEdsJuqFMWwY+cIHZl6l0VYC0VQXGcdOEDl2hR4f+DA==

Thank you!

On Fri, Jun 15, 2018 at 1:27 PM, sergio campo <> wrote:
typedef CGAL::Polyhedron_3<Kernel> Polyhedron;

Polyhedron mesh I will change it forĀ  Surface_mesh

On Fri, Jun 15, 2018 at 1:22 PM, Sebastien Loriot (GeometryFactory) <> wrote:
mesh=?
You are probably missing a default property map. With Surface_mesh it should be working out of the box.

Sebastien.


On 06/15/2018 12:30 PM, sergio wrote:
Adding to my code this line:

bool solved =
CGAL::Polygon_mesh_processing::remove_self_intersections(mesh);

I get the error:

"CGAL_Assertion: identifier not found"

And after check it i found the line 489 of property_map.h

CGAL_assertion(pm.set_ptr!=NULL);

Some definition is missing. What wrong?



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


--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss







Archive powered by MHonArc 2.6.18.

Top of Page