Subject: CGAL users discussion list
List archive
Re: [cgal-discuss] make_mesh_3 assertion violation in Triangulation_ds_cell_base_3
Chronological Thread
- From: Kim <>
- To:
- Subject: Re: [cgal-discuss] make_mesh_3 assertion violation in Triangulation_ds_cell_base_3
- Date: Fri, 18 Sep 2020 11:13:52 -0500 (CDT)
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
- Ironport-phdr: 9a23:FoDfnR+0WacmYP9uRHKM819IXTAuvvDOBiVQ1KB31O0cTK2v8tzYMVDF4r011RmVBNqds6wP1bWe8/i5HzBZv9DZ6DFKWacPfidNsd8RkQ0kDZzNImzAB9muURYHGt9fXkRu5XCxPBsdMs//Y1rPvi/6tmZKSV3wOgVvO+v6BJPZgdip2OCu4Z3TZBhDiCagbb9oIxi6sAfcutMKjYZjJao8yxnEqWZMd+hK2G9kP12ekwv968uq4JJv7yFcsO89+sBdVqn3Y742RqFCAjQ8NGA16szrtR3dQgaK+3ARTGYYnAdWDgbc9B31UYv/vSX8tupmxSmVJtb2QqwuWTSj9KhkVhnlgzoaOjEj8WHXjstwjL9HoB+kuhdyzZLYbJ2TOfFjeK7WYNEUSndbXstJWSJPAp2yYYgNAOoPIOhXoJXyqVQVoBuiBwSgGP/jxiNUinPo26AxzuQvERvB3AwlB98AtXXUrNDoP6oVVOC1zbPEwinEb/NMwzfy9o/Ifgo9of6SWLJwac3RyVM1GAPBlViQrpHlPy+R1uQKtGib7PBsWv6oi24isgx8pCWkycgwhIfTnI0V1kzE+jtjwIYzPdC1VUp2bcC4HZZSuSyWKYp7Tt4iTWxpuis317MItIC0cSUUxpkpyRDSZfyafoWI4R/uVOecLDdmiX9hZb6zmwq//E69wePyUcm01UxFritDktTUsHACzQfc5dODSvRj5EuuxTGP1wXV5+pZIk40jbLWJ4Mlz7M0jJYev0fOEjX1lUj3lqObd0Qp9+614Or9eLrmvIWTN4pshwH+LKsunsu/DPw+MgUBRWSb//6z26b48k39XrpGlOE5kq7csJzCJMQboLC2AxNN34o+7xuyCy2q3dobkHUdL19IeQiLgonoNl3WJfD3F/a/g1CikDdxwPDGO6XsApDMLnTZjLjheqx961RCxwo019xf+4xbCrQZIPL0QE/+rtjYAwQ+Mwyp3+bnDNJ91oQdWW6VHqCZN6bSvUeS5u0zO+mMeJMVuDHlJvc56P7hl3s5lUYAcqmoxpsYdG24Hu99I0iCenrtgtIBEX8QsQYkTezqjkeCUT9JaHqoUaI8/GJzNIXzBojKQsWhgaeKwTygNpxQfGFPTF6WQlnycIDRePYJIHaXI4lqlSYeWL/nV4IkzRa0vQvSzKd7Ku3T+WsTspe1h4s93PHaiRxnrW88NM+ayWzYFzgozFNNfCc/2eVEmWI40k2KiPMqhOFEEdtU5LVCVQJobceNndw/MMj7X0f6RvnMTV+nRtu8BjRoFYA23sMKZEF+Xd6li0KYhnf4M/ouj7WOQacM3Ofc0nz2fpsvzSqA0qArhV0rBMBIMD//iw==
Dear Laurent,
I see I forgot to make a small edit in what I posted to make clear what
'myImplicitFunction' is. At the moment 'myImplicitFunction' is just a
Poisson_reconstruction_function. Defining the domain as I do above is at the
moment the same as defining it as bellow which I think should be
thread-safe. Or am I missing something?
Poisson_reconstruction_function *poissonSurfaceReconstruction;
poissonSurfaceReconstruction = new
Poisson_reconstruction_function(points.begin(), points.end(),
CGAL::First_of_pair_property_map<Point_with_normal>(),
CGAL::Second_of_pair_property_map<Point_with_normal>());
Implicit_domain domain =
Implicit_domain::create_implicit_mesh_domain(*poissonSurfaceReconstruction,
boundingBox);
Kind regards,
Kim
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
- [cgal-discuss] make_mesh_3 assertion violation in Triangulation_ds_cell_base_3, Kim, 09/18/2020
- Re: [cgal-discuss] make_mesh_3 assertion violation in Triangulation_ds_cell_base_3, Laurent Rineau (CGAL/GeometryFactory), 09/18/2020
- Re: [cgal-discuss] make_mesh_3 assertion violation in Triangulation_ds_cell_base_3, Kim, 09/18/2020
- Re: [cgal-discuss] make_mesh_3 assertion violation in Triangulation_ds_cell_base_3, Laurent Rineau (CGAL/GeometryFactory), 09/18/2020
- Re: [cgal-discuss] make_mesh_3 assertion violation in Triangulation_ds_cell_base_3, Kim, 09/20/2020
- Re: [cgal-discuss] make_mesh_3 assertion violation in Triangulation_ds_cell_base_3, Laurent Rineau (CGAL/GeometryFactory), 09/21/2020
- Re: [cgal-discuss] make_mesh_3 assertion violation in Triangulation_ds_cell_base_3, Kim, 09/20/2020
- Re: [cgal-discuss] make_mesh_3 assertion violation in Triangulation_ds_cell_base_3, Laurent Rineau (CGAL/GeometryFactory), 09/18/2020
- Re: [cgal-discuss] make_mesh_3 assertion violation in Triangulation_ds_cell_base_3, Kim, 09/18/2020
- Re: [cgal-discuss] make_mesh_3 assertion violation in Triangulation_ds_cell_base_3, Laurent Rineau (CGAL/GeometryFactory), 09/18/2020
Archive powered by MHonArc 2.6.19+.