Skip to Content.
Sympa Menu

cgal-discuss - RE: [cgal-discuss] Python bindings for Partition_2

Subject: CGAL users discussion list

List archive

RE: [cgal-discuss] Python bindings for Partition_2


Chronological Thread 
  • From: Janusz Michalik <>
  • To:
  • Subject: RE: [cgal-discuss] Python bindings for Partition_2
  • Date: Tue, 10 Apr 2018 16:10:46 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:oy/jUhAlhqe1OBl1XiiAUyQJP3N1i/DPJgcQr6AfoPdwSPv4pMbcNUDSrc9gkEXOFd2Cra4c0KyO6+jJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fcbglUijexe69+IAmrpgjNq8cahpdvJLwswRXTuHtIfOpWxWJsJV2Nmhv3+9m98p1+/SlOovwt78FPX7n0cKQ+VrxYES8pM3sp683xtBnMVhWA630BWWgLiBVIAgzF7BbnXpfttybxq+Rw1DWGMcDwULs5Xymp4aV2Rx/ykCoJNzA3/mLKhMJukK1WuwiuqwBlzoPOfI2ZKPhzc6XAdt0aX2pBWcNRWjRFDIymaYsPEvEBPOdFpIf6plsBsRu+ChOoBOPuyT9Dm3j73a8g3OQnDAHGxw0hE8gLsHTVsNr1NL0dUeS0zKnL1jjDYPZW1i386IjMaBwuvfaMXbdpfMfX1EIhFBvFg02OpYD5Oz6ZzOcAvmiB4+Z+SO6ihHQrpg5vrjWp28wikJPGhpgPxVDB7Sh5wJg6Jdm/SENjZN6rCppQtyWDO4t3XsMuX3hkuCg1x7EYo5K7cy8KyJMoxx7bdfOLaZSH4hXmVOqJIDd4gmxqeK6nihqs7UStzvfwW8q03VpQsCZJj9bBumoC2hDN8sSHT+Fy/kal2TaBzQDT7eRELFg2laXBLZ4h36Uwl5sJvUTGHy/5hEX2g7WSdkUl+eil8OvnYrD8qZ+dM494kB3xMqMrmsCnG+Q3LhAOX3SH+eS7zLDs4UL5T69OjvEvj6bZsYvaKtgGpq6iGA9YyZ0j6ha6Dze+ytsUh3gHLFRfeBKGlYflIV/OIOqrRcu41l+jmTMuy/HdNaD6Gb3MKGLCmfHvZ+VT8UlZnSg6y81E9dpxC7oBKfbyWQelttXeEwQrdQm1yObuDNR+/owbUGOLRKSeNfWB4hez+uszLrzUN8cuszHnJq19vq+8vToCgVYYOJKR894SYXG8EO5hJhzAM3Xpi9YFV2wNu1hnFbC4uBi5STdWIk2Kceck/DhiUdCpCI7CQsamh7nThH7mTK0TXXhPDxW3KVmtd4iAXK1ROiebI8skkyBcELb9Ecku0hahsAK8wL1ifLLZ

Hello everyone,

Has anyone attempted to write python bindings related to any of the following: 
- Partition_2
- Partition_2/optimal_convex_partition_2

I was able to get the example for 'optimal_convex_partition_2' in C++ to work as well as all the examples in the python bindings running with Python 3.6.

I took a first crack at writing the bindings for 'optimal_convex_partition_2' but I am having a rough time with it. This is my first experience with CGAL and creating python bindings so any help is greatly appreciated!

Thank you for taking the time to read my plight.

Best,
Janusz



Archive powered by MHonArc 2.6.18.

Top of Page