Subject: CGAL users discussion list
List archive
Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017
Chronological Thread
- From: Maxime Gimeno <>
- To:
- Subject: Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017
- Date: Wed, 10 Mar 2021 13:23:25 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:pyGsKBMFQ5g+1rw0FOAl6mtUPXoX/o7sNwtQ0KIMzox0K/z/ocbcNUDSrc9gkEXOFd2Cra4d2qyP6vCrAD1IyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfLd/IA+roQnMtcQajpZuJ6IswRbVv3VEfPhby3l1LlyJhRb84cmw/J9n8ytOvv8q6tBNX6bncakmVLJUFDspPXw7683trhnDUBCA5mAAXWUMkxpHGBbK4RfnVZrsqCT6t+592C6HPc3qSL0/RDqv47t3RBLulSwKMSMy/mPKhcxqlK9UrxyhqB5/zYDaY4+bKeRwcb/GcNwAWWZMRNxcWzBdDo6+aYYEEuoPPfxfr4n4v1YAqgGxBAatBOPq1DBDm3743aw/0+s/FwHG2xErEtULsHvOo9T1NaISXv6vwKnHzDXDau1Z2TH66IXTfRAhpOuDXbN0ccbL1UYvEAbFg0yWpIf4MDybyv4DvHKH7+p8S+2vkWgnphlxrDSyyMohiJTFip8Lxlza8Sh03Zs5KN64RkN/f9KqHppduiGeOoZrQs0sQ2Vltik1x7AFvZO2fCgExZomyhPcbfGMboaG4hXmVOmLIDd4gmpoeLSliBmp6kegzvPzWtOo31ZNqypJitjMtnYX1xzS8MeLUPV9/l2n1D2S1A7T8vlJLV4omaffMZIswb49moANvUjeAiP6gkX7gLKQe0454Oan8f7nba/jppKEN497lAX+MqM2l8y6G+s4MwwOU3Gc+eSgybHv5EP5TbVXgvEsnanZt5faJcsfpqGnGQNazoEj6xOnAzen1tQXg2UHIUpbdB6bi4XlIVLDLfDiAfuhnligjC1nyvDbMrH5B5XCNHnDkLPvfbZn7E5czRI+zdVF6JNbC7EBJez8VlX+tNzZCx82LQq0w+H8BdVy04MRQ2OPAquDPKzOtl+I4/ojI/OQa48NpDb9N/8l6ubygn82g1AdebCl0oYWaHCjAvtmPl6ZYWH3j9caEWYKuxI+Q/bwhF2DVz5TfXeyULgm6jE1EoL1RbrFXZ2n1bydwD+gTNoRfXFDElnKEHHydozCVe1LczOXOsYmkzoKUv+qRIYlkB2vrwTn0KE0E+zP5yc4qZfngdhp+/XIx1Z17i1xF83b0meXTmgykHlPXC4zxKk4oEpzzRCI3qF8xvBZDtdO/OgabwEhKJTgwvxmXtDuRhraLJDOU0ejWtzgADcrT9t3zcVJeFd4A9zljxbN2G2hDLYR0rCKH5cp6bmP43+kLMl0zzPK1bIqkkI9aspJL2yvwKBlpCbJAIuctkyJlqOnPYsd2SPL8y/XyGOevURVFgFxVKjDWlgQY0LXqZLy4UaUHOzmMqguLgYUkZ3KEaBNcNC81QwaFsemA8zXZieKo0n1HQyBn+reY4/jemFb1yLYWhBdwlIjuE2ePA17PR+P5mfXDThgD1XqOhq+/ux3qXf9RUgxnVjTMh9RkoGt8xtQvsSyDvMe2rVe5XUkojRwWVGhhpfYVoPGqA1mc6FRJ9g65QUf2A==
The `.cin` extension is decorative. You can use the operator<< of a Triangulation_2 to generate a file that can be read by the example.
You can use the `CGAL/GraphicsView/demo/Delaunay_triangulation_2` to graphically create a triangulation, and save it. Then you just have to give the path to that generated file to your draw_triangulation_2 exe.
You can use the `CGAL/GraphicsView/demo/Delaunay_triangulation_2` to graphically create a triangulation, and save it. Then you just have to give the path to that generated file to your draw_triangulation_2 exe.
Le mer. 10 mars 2021 à 13:08, Aomandeyi <> a écrit :
thank you very much , i copy the file "data" into the file "build" , the
"data" file contain some files which included some "CIN" files ,so the
program can find theses inputs. It works!
but do you know how to generate such "CIN" files? can it be generated by
some software? Photoshop?
--
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
- [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Kabir Kedia, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Maxime Gimeno, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Maxime Gimeno, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Andreas Fabri, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Maxime Gimeno, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Andreas Fabri, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Andreas Fabri, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Maxime Gimeno, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Kabir Kedia, 03/10/2021
Archive powered by MHonArc 2.6.19+.