export isl_basic_set_sample_point and isl_set_sample_point
commit9c4089a05f90898f4fcec6443e1b5c83b4c3d2c5
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 1 Jun 2016 07:57:31 +0000 (1 09:57 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 1 Jul 2016 15:21:13 +0000 (1 17:21 +0200)
treec2b09b3c44fd04adbdb25b7dac6ef5f75d0aca33
parent15ea6fab571177d5eef39a9589ca81a21dff90d5
export isl_basic_set_sample_point and isl_set_sample_point

In analogy with isl_union_set_sample_point, exported in 34cf899
(add isl_union_set_sample_point, Mon Aug 31 15:00:51 2015 +0200).
These extra exports are not strictly needed because basic sets
and sets are subclasses of union sets.  In the python bindings,
isl_union_set_sample_point would therefore also get called
on basic sets and sets.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl/set.h