Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problems with remove() for regular triangulation.

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problems with remove() for regular triangulation.


Chronological Thread 
  • From: Frank Dz <>
  • To:
  • Subject: Re: [cgal-discuss] Problems with remove() for regular triangulation.
  • Date: Sat, 22 Feb 2020 09:00:56 -0600 (CST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Fail ; spf=Pass
  • Ironport-phdr: 9a23:eCLZkxc9U7Rwsv1fTFhqht+YlGMj4u6mDksu8pMizoh2WeGdxcqzYx7h7PlgxGXEQZ/co6odzbaP7+awBydfud6oizMrTt9lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUhrwOhBoKevrB4Xck9q41/yo+53Ufg5EmCexbal9IRmrogjdrMobjIptJqsz1hfCv2dFdflRyW50Kl2fmArx6N2t95B56SRQvPwh989EUarkeqkzUKJVAjc7PW0r/cPnrRbMQxeB6XsaSWUWjwFHAxPZ4xHgX5f+qTX1u+xg0ySHJ8L2TLQ0WTO/76d3TRLjlSkKOyIl/GzRl8d9ir9QrhC8qBxl24PaboGbOuR9cKzfc9MUWGVOUdpeWSFaHoOxbZcDA/YdMepEsYXwoUYFoxukBQmrAePi0j9GhmXs0q080OQqDA/I3Q09FN8Jq3Tbscj1O7oTUOG116TE0DTOYv1M1Tjh74jIdwksrPeRVrx+dsrRzFMgFwLDjliIr4zqJSia2f8Js2eF9eZvSeWvi2shpgpsoTav3t8hhpTNi48R0FzJ+yZ0zJw2KNC5UkJ2YN+pHZ1NvC+ALYR2WNktQ2RwtSY61LIGvZm7cTAMyJko3RLfbeaIfJOT7RLnSumdOyt3hHVgeL6nhhay91avyvHkW8Wp1FtHqjBJn9fPu3wX1BHe69KLR/p880u53DaAzQHT6uVKIUAukqrbLoYswqUtmZoOrEvCHy/3lV7rgKKXeEgo4PSn6+PiYrn+vJ+TK5d0ih3iMqQpgsGwHes4PRIKX2SC5Ou81abj8lHkQLVRlf07ibLZsZDfJcQDvKG1GQ5V0oA56xa+FTiqytoYnWNUZG5CLRmIhoysN1DVK+3jFt++hU6tmXFl3aPoJLrkV7vXJ37A2JvzNeJm51NQ2hsblI4EoZlTD+dSc7rIRkbtuYmAXVcCOAuuzrO/UYgv5sYlQWuKR5ShHubSvFuPv799JbXKYoYfsjLwbfMi4qy31CNrqRomZaCsmKAvRjWgBP03cRzHOjznhdJTST5b7Dp7d/TjjRi5aRAWYn+zW6wm4TRqWtv4VsHIQYX/3LE=

I also found that

```
labeled_rt_Vertex_handle vhandle2 =
quick_test_RT_cpy.insert(p);
vhandle2->info() = myindex;
cout <<"inserting: " <<p << endl;
cout <<"labeling: " << vhandle2->info() <<
endl;
map_point_handler[p.point()] = vhandle2;
```
if I tried to store the point and the handle in 'map_point_handler'. The
handle is not actually stored only .
Since when I visit the handle again by 'map_point_handler', I can find the
element according to the key: Point, yet the value(handle) is lost.



-----
be open, be creative, be critical
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



Archive powered by MHonArc 2.6.18.

Top of Page