Polly 23.0.0git
isl::point Class Reference

#include <cpp.h>

Public Member Functions

 point ()
 point (const point &obj)
pointoperator= (point obj)
 ~point ()
__isl_give isl_pointcopy () const &
__isl_give isl_pointcopy () &&=delete
__isl_keep isl_pointget () const
__isl_give isl_pointrelease ()
bool is_null () const
isl::ctx ctx () const
isl::basic_set affine_hull () const
isl::basic_set apply (const isl::basic_map &bmap) const
isl::set apply (const isl::map &map) const
isl::union_set apply (const isl::union_map &umap) const
isl::pw_multi_aff as_pw_multi_aff () const
isl::set as_set () const
isl::set bind (const isl::multi_id &tuple) const
isl::set coalesce () const
isl::set complement () const
isl::union_set compute_divs () const
isl::basic_set detect_equalities () const
isl::val dim_max_val (int pos) const
isl::val dim_min_val (int pos) const
isl::set drop_unused_params () const
bool every_set (const std::function< bool(isl::set)> &test) const
isl::set extract_set (const isl::space &space) const
isl::basic_set flatten () const
void foreach_basic_set (const std::function< void(isl::basic_set)> &fn) const
void foreach_point (const std::function< void(isl::point)> &fn) const
void foreach_set (const std::function< void(isl::set)> &fn) const
isl::basic_set gist (const isl::basic_set &context) const
isl::set gist (const isl::set &context) const
isl::union_set gist (const isl::union_set &context) const
isl::set gist_params (const isl::set &context) const
isl::map identity () const
isl::pw_aff indicator_function () const
isl::map insert_domain (const isl::space &domain) const
isl::basic_set intersect (const isl::basic_set &bset2) const
isl::set intersect (const isl::set &set2) const
isl::union_set intersect (const isl::union_set &uset2) const
isl::basic_set intersect_params (const isl::basic_set &bset2) const
isl::set intersect_params (const isl::set &params) const
bool involves_locals () const
bool is_disjoint (const isl::set &set2) const
bool is_disjoint (const isl::union_set &uset2) const
bool is_empty () const
bool is_equal (const isl::basic_set &bset2) const
bool is_equal (const isl::set &set2) const
bool is_equal (const isl::union_set &uset2) const
bool is_singleton () const
bool is_strict_subset (const isl::set &set2) const
bool is_strict_subset (const isl::union_set &uset2) const
bool is_subset (const isl::basic_set &bset2) const
bool is_subset (const isl::set &set2) const
bool is_subset (const isl::union_set &uset2) const
bool is_wrapping () const
bool isa_set () const
isl::fixed_box lattice_tile () const
isl::set lexmax () const
isl::pw_multi_aff lexmax_pw_multi_aff () const
isl::set lexmin () const
isl::pw_multi_aff lexmin_pw_multi_aff () const
isl::set lower_bound (const isl::multi_pw_aff &lower) const
isl::set lower_bound (const isl::multi_val &lower) const
isl::multi_pw_aff max_multi_pw_aff () const
isl::val max_val (const isl::aff &obj) const
isl::multi_pw_aff min_multi_pw_aff () const
isl::val min_val (const isl::aff &obj) const
isl::multi_val multi_val () const
isl::multi_val get_multi_val () const
unsigned n_basic_set () const
isl::pw_aff param_pw_aff_on_domain (const isl::id &id) const
isl::pw_aff param_pw_aff_on_domain (const std::string &id) const
isl::basic_set params () const
isl::multi_val plain_multi_val_if_fixed () const
isl::basic_set polyhedral_hull () const
isl::set preimage (const isl::multi_aff &ma) const
isl::set preimage (const isl::multi_pw_aff &mpa) const
isl::set preimage (const isl::pw_multi_aff &pma) const
isl::union_set preimage (const isl::union_pw_multi_aff &upma) const
isl::set product (const isl::set &set2) const
isl::set project_out_all_params () const
isl::set project_out_param (const isl::id &id) const
isl::set project_out_param (const std::string &id) const
isl::set project_out_param (const isl::id_list &list) const
isl::pw_aff pw_aff_on_domain (const isl::val &v) const
isl::pw_aff pw_aff_on_domain (long v) const
isl::pw_multi_aff pw_multi_aff_on_domain (const isl::multi_val &mv) const
isl::basic_set sample () const
isl::point sample_point () const
isl::set_list set_list () const
isl::fixed_box simple_fixed_box_hull () const
isl::space space () const
isl::val stride (int pos) const
isl::set subtract (const isl::set &set2) const
isl::union_set subtract (const isl::union_set &uset2) const
isl::set_list to_list () const
isl::set to_set () const
isl::union_set to_union_set () const
isl::map translation () const
unsigned tuple_dim () const
isl::set unbind_params (const isl::multi_id &tuple) const
isl::map unbind_params_insert_domain (const isl::multi_id &domain) const
isl::set unite (const isl::basic_set &bset2) const
isl::set unite (const isl::set &set2) const
isl::union_set unite (const isl::union_set &uset2) const
isl::basic_set unshifted_simple_hull () const
isl::map unwrap () const
isl::set upper_bound (const isl::multi_pw_aff &upper) const
isl::set upper_bound (const isl::multi_val &upper) const
isl::set wrapped_reverse () const
 point ()
 point (const point &obj)
 point (isl::space space)
pointoperator= (point obj)
 ~point ()
__isl_give isl_pointcopy () const &
__isl_give isl_pointcopy () &&=delete
__isl_keep isl_pointget () const
__isl_give isl_pointrelease ()
bool is_null () const
isl::ctx ctx () const
isl::set add_constraint (const isl::constraint &constraint) const
isl::set add_dims (isl::dim type, unsigned int n) const
isl::basic_set affine_hull () const
isl::set align_params (const isl::space &model) const
isl::basic_set apply (const isl::basic_map &bmap) const
isl::set apply (const isl::map &map) const
isl::union_set apply (const isl::union_map &umap) const
isl::pw_multi_aff as_pw_multi_aff () const
isl::set as_set () const
isl::basic_set_list basic_set_list () const
isl::set bind (const isl::multi_id &tuple) const
isl::set coalesce () const
isl::set complement () const
isl::union_set compute_divs () const
boolean contains (const isl::space &space) const
isl::basic_set convex_hull () const
isl::val coordinate_val (isl::dim type, int pos) const
isl::val get_coordinate_val (isl::dim type, int pos) const
isl::basic_set detect_equalities () const
class size dim (isl::dim type) const
boolean dim_has_any_lower_bound (isl::dim type, unsigned int pos) const
isl::id dim_id (isl::dim type, unsigned int pos) const
isl::pw_aff dim_max (int pos) const
isl::val dim_max_val (int pos) const
isl::pw_aff dim_min (int pos) const
isl::val dim_min_val (int pos) const
std::string dim_name (isl::dim type, unsigned int pos) const
isl::aff div (int pos) const
isl::set drop_constraints_involving_dims (isl::dim type, unsigned int first, unsigned int n) const
isl::set eliminate (isl::dim type, unsigned int first, unsigned int n) const
boolean every_set (const std::function< boolean(isl::set)> &test) const
isl::set extract_set (const isl::space &space) const
int find_dim_by_id (isl::dim type, const isl::id &id) const
int find_dim_by_id (isl::dim type, const std::string &id) const
isl::basic_set fix_si (isl::dim type, unsigned int pos, int value) const
isl::basic_set fix_val (isl::dim type, unsigned int pos, const isl::val &v) const
isl::basic_set fix_val (isl::dim type, unsigned int pos, long v) const
isl::basic_set flatten () const
stat foreach_basic_set (const std::function< stat(isl::basic_set)> &fn) const
stat foreach_point (const std::function< stat(isl::point)> &fn) const
stat foreach_set (const std::function< stat(isl::set)> &fn) const
isl::basic_set gist (const isl::basic_set &context) const
isl::set gist (const isl::set &context) const
isl::union_set gist (const isl::union_set &context) const
isl::set gist_params (const isl::set &context) const
boolean has_equal_space (const isl::set &set2) const
isl::map identity () const
isl::union_pw_multi_aff identity_union_pw_multi_aff () const
isl::pw_aff indicator_function () const
isl::set insert_dims (isl::dim type, unsigned int pos, unsigned int n) const
isl::map insert_domain (const isl::space &domain) const
isl::basic_set intersect (const isl::basic_set &bset2) const
isl::set intersect (const isl::set &set2) const
isl::union_set intersect (const isl::union_set &uset2) const
isl::basic_set intersect_params (const isl::basic_set &bset2) const
isl::set intersect_params (const isl::set &params) const
boolean involves_dims (isl::dim type, unsigned int first, unsigned int n) const
boolean involves_locals () const
boolean is_bounded () const
boolean is_disjoint (const isl::set &set2) const
boolean is_disjoint (const isl::union_set &uset2) const
boolean is_empty () const
boolean is_equal (const isl::basic_set &bset2) const
boolean is_equal (const isl::set &set2) const
boolean is_equal (const isl::union_set &uset2) const
boolean is_params () const
boolean is_singleton () const
boolean is_strict_subset (const isl::set &set2) const
boolean is_strict_subset (const isl::union_set &uset2) const
boolean is_subset (const isl::basic_set &bset2) const
boolean is_subset (const isl::set &set2) const
boolean is_subset (const isl::union_set &uset2) const
boolean is_wrapping () const
boolean isa_set () const
isl::set lexmax () const
isl::pw_multi_aff lexmax_pw_multi_aff () const
isl::set lexmin () const
isl::pw_multi_aff lexmin_pw_multi_aff () const
isl::set lower_bound (const isl::multi_pw_aff &lower) const
isl::set lower_bound (const isl::multi_val &lower) const
isl::set lower_bound_si (isl::dim type, unsigned int pos, int value) const
isl::set lower_bound_val (isl::dim type, unsigned int pos, const isl::val &value) const
isl::set lower_bound_val (isl::dim type, unsigned int pos, long value) const
isl::multi_pw_aff max_multi_pw_aff () const
isl::val max_val (const isl::aff &obj) const
isl::multi_pw_aff min_multi_pw_aff () const
isl::val min_val (const isl::aff &obj) const
isl::multi_val multi_val () const
isl::multi_val get_multi_val () const
class size n_basic_set () const
isl::basic_set params () const
isl::val plain_get_val_if_fixed (isl::dim type, unsigned int pos) const
isl::multi_val plain_multi_val_if_fixed () const
isl::basic_set polyhedral_hull () const
isl::set preimage (const isl::multi_aff &ma) const
isl::set preimage (const isl::multi_pw_aff &mpa) const
isl::set preimage (const isl::pw_multi_aff &pma) const
isl::union_set preimage (const isl::union_pw_multi_aff &upma) const
isl::set product (const isl::set &set2) const
isl::basic_set project_out (isl::dim type, unsigned int first, unsigned int n) const
isl::set project_out_all_params () const
isl::set project_out_param (const isl::id &id) const
isl::set project_out_param (const std::string &id) const
isl::set project_out_param (const isl::id_list &list) const
isl::pw_multi_aff pw_multi_aff_on_domain (const isl::multi_val &mv) const
isl::set remove_dims (isl::dim type, unsigned int first, unsigned int n) const
isl::set remove_divs () const
isl::set remove_redundancies () const
isl::set reset_tuple_id () const
isl::basic_set sample () const
isl::point sample_point () const
isl::set set_dim_id (isl::dim type, unsigned int pos, const isl::id &id) const
isl::set set_dim_id (isl::dim type, unsigned int pos, const std::string &id) const
isl::set_list set_list () const
isl::set set_tuple_id (const isl::id &id) const
isl::set set_tuple_id (const std::string &id) const
isl::fixed_box simple_fixed_box_hull () const
isl::basic_set simple_hull () const
isl::space space () const
isl::val stride (int pos) const
isl::set subtract (const isl::set &set2) const
isl::union_set subtract (const isl::union_set &uset2) const
isl::basic_set_list to_list () const
isl::set to_set () const
isl::union_set to_union_set () const
isl::map translation () const
class size tuple_dim () const
isl::id tuple_id () const
std::string tuple_name () const
isl::set unbind_params (const isl::multi_id &tuple) const
isl::map unbind_params_insert_domain (const isl::multi_id &domain) const
isl::set unite (const isl::basic_set &bset2) const
isl::set unite (const isl::set &set2) const
isl::union_set unite (const isl::union_set &uset2) const
isl::basic_set unshifted_simple_hull () const
isl::map unwrap () const
isl::set upper_bound (const isl::multi_pw_aff &upper) const
isl::set upper_bound (const isl::multi_val &upper) const
isl::set upper_bound_val (isl::dim type, unsigned int pos, const isl::val &value) const
isl::set upper_bound_val (isl::dim type, unsigned int pos, long value) const

Protected Member Functions

 point (__isl_take isl_point *ptr)
 point (__isl_take isl_point *ptr)

Protected Attributes

isl_pointptr = nullptr

Friends

point manage (__isl_take isl_point *ptr)
point manage_copy (__isl_keep isl_point *ptr)
point manage (__isl_take isl_point *ptr)
point manage_copy (__isl_keep isl_point *ptr)

Detailed Description

Definition at line 2687 of file include/isl/cpp.h.

Constructor & Destructor Documentation

◆ point() [1/7]

isl::point::point ( __isl_take isl_point * ptr)
inlineexplicitprotected

References __isl_take, and ptr.

Referenced by flatten(), operator=(), point(), and sample_point().

◆ point() [2/7]

isl::point::point ( )
inline

◆ point() [3/7]

isl::point::point ( const point & obj)
inline

References obj, and point().

◆ ~point() [1/2]

isl::point::~point ( )
inline

◆ point() [4/7]

isl::point::point ( __isl_take isl_point * ptr)
inlineexplicitprotected

References __isl_take, and ptr.

◆ point() [5/7]

isl::point::point ( )
inline

◆ point() [6/7]

isl::point::point ( const point & obj)
inline

References obj, point(), and space().

◆ point() [7/7]

isl::point::point ( isl::space space)
inlineexplicit

Definition at line 14253 of file isl-noexceptions.h.

References isl_point_zero(), ptr, res, and space().

◆ ~point() [2/2]

isl::point::~point ( )
inline

Member Function Documentation

◆ add_constraint()

isl::set isl::point::add_constraint ( const isl::constraint & constraint) const
inline

Definition at line 14291 of file isl-noexceptions.h.

Referenced by ctx().

◆ add_dims()

isl::set isl::point::add_dims ( isl::dim type,
unsigned int n ) const
inline

Definition at line 14296 of file isl-noexceptions.h.

References n, and type.

Referenced by ctx().

◆ affine_hull() [1/2]

isl::basic_set isl::point::affine_hull ( ) const
inline

References affine_hull().

Referenced by affine_hull().

◆ affine_hull() [2/2]

isl::basic_set isl::point::affine_hull ( ) const
inline

◆ align_params()

isl::set isl::point::align_params ( const isl::space & model) const
inline

Definition at line 14306 of file isl-noexceptions.h.

Referenced by affine_hull().

◆ apply() [1/6]

isl::basic_set isl::point::apply ( const isl::basic_map & bmap) const
inline

References apply().

Referenced by apply(), apply(), and apply().

◆ apply() [2/6]

isl::basic_set isl::point::apply ( const isl::basic_map & bmap) const
inline

References apply().

◆ apply() [3/6]

isl::set isl::point::apply ( const isl::map & map) const
inline

References apply().

◆ apply() [4/6]

isl::set isl::point::apply ( const isl::map & map) const
inline

References apply().

◆ apply() [5/6]

isl::union_set isl::point::apply ( const isl::union_map & umap) const
inline

References apply().

◆ apply() [6/6]

isl::union_set isl::point::apply ( const isl::union_map & umap) const
inline

References apply().

◆ as_pw_multi_aff() [1/2]

isl::pw_multi_aff isl::point::as_pw_multi_aff ( ) const
inline

References as_pw_multi_aff().

Referenced by as_pw_multi_aff().

◆ as_pw_multi_aff() [2/2]

isl::pw_multi_aff isl::point::as_pw_multi_aff ( ) const
inline

References as_pw_multi_aff().

◆ as_set() [1/2]

isl::set isl::point::as_set ( ) const
inline

References as_set().

Referenced by as_set().

◆ as_set() [2/2]

isl::set isl::point::as_set ( ) const
inline

References as_set(), and basic_set_list().

◆ basic_set_list()

isl::basic_set_list isl::point::basic_set_list ( ) const
inline

Definition at line 14336 of file isl-noexceptions.h.

Referenced by as_set(), and to_list().

◆ bind() [1/2]

isl::set isl::point::bind ( const isl::multi_id & tuple) const
inline

References bind(), and tuple.

Referenced by bind().

◆ bind() [2/2]

isl::set isl::point::bind ( const isl::multi_id & tuple) const
inline

References bind(), and tuple.

◆ coalesce() [1/2]

isl::set isl::point::coalesce ( ) const
inline

References coalesce().

Referenced by coalesce().

◆ coalesce() [2/2]

isl::set isl::point::coalesce ( ) const
inline

References coalesce().

◆ complement() [1/2]

isl::set isl::point::complement ( ) const
inline

References complement().

Referenced by complement().

◆ complement() [2/2]

isl::set isl::point::complement ( ) const
inline

References complement().

◆ compute_divs() [1/2]

isl::union_set isl::point::compute_divs ( ) const
inline

References compute_divs().

Referenced by compute_divs().

◆ compute_divs() [2/2]

isl::union_set isl::point::compute_divs ( ) const
inline

◆ contains()

boolean isl::point::contains ( const isl::space & space) const
inline

Definition at line 14361 of file isl-noexceptions.h.

References space().

Referenced by compute_divs().

◆ convex_hull()

isl::basic_set isl::point::convex_hull ( ) const
inline

Definition at line 14366 of file isl-noexceptions.h.

Referenced by compute_divs().

◆ coordinate_val()

isl::val isl::point::coordinate_val ( isl::dim type,
int pos ) const
inline

◆ copy() [1/4]

__isl_give isl_point * isl::point::copy ( ) &&
inlinedelete

References __isl_give, and copy().

◆ copy() [2/4]

__isl_give isl_point * isl::point::copy ( ) &&
inlinedelete

References __isl_give, and copy().

◆ copy() [3/4]

__isl_give isl_point * isl::point::copy ( ) const &
inline

References __isl_give.

Referenced by copy().

◆ copy() [4/4]

__isl_give isl_point * isl::point::copy ( ) const &
inline

References __isl_give.

◆ ctx() [1/2]

isl::ctx isl::point::ctx ( ) const
inline

References ctx().

Referenced by ctx().

◆ ctx() [2/2]

isl::ctx isl::point::ctx ( ) const
inline

References add_constraint(), add_dims(), ctx(), dim(), n, and type.

◆ detect_equalities() [1/2]

isl::basic_set isl::point::detect_equalities ( ) const
inline

References detect_equalities().

Referenced by detect_equalities().

◆ detect_equalities() [2/2]

isl::basic_set isl::point::detect_equalities ( ) const
inline

◆ dim()

◆ dim_has_any_lower_bound()

boolean isl::point::dim_has_any_lower_bound ( isl::dim type,
unsigned int pos ) const
inline

Definition at line 14392 of file isl-noexceptions.h.

References pos(), and type.

Referenced by detect_equalities().

◆ dim_id()

isl::id isl::point::dim_id ( isl::dim type,
unsigned int pos ) const
inline

Definition at line 14397 of file isl-noexceptions.h.

References pos(), and type.

Referenced by detect_equalities().

◆ dim_max()

isl::pw_aff isl::point::dim_max ( int pos) const
inline

Definition at line 14402 of file isl-noexceptions.h.

References pos().

Referenced by detect_equalities().

◆ dim_max_val() [1/2]

isl::val isl::point::dim_max_val ( int pos) const
inline

References dim_max_val(), and pos().

Referenced by dim_max_val().

◆ dim_max_val() [2/2]

isl::val isl::point::dim_max_val ( int pos) const
inline

References dim_max_val(), dim_min(), and pos().

◆ dim_min()

isl::pw_aff isl::point::dim_min ( int pos) const
inline

Definition at line 14412 of file isl-noexceptions.h.

References pos().

Referenced by dim_max_val().

◆ dim_min_val() [1/2]

isl::val isl::point::dim_min_val ( int pos) const
inline

References dim_min_val(), and pos().

Referenced by dim_min_val().

◆ dim_min_val() [2/2]

isl::val isl::point::dim_min_val ( int pos) const
inline

◆ dim_name()

std::string isl::point::dim_name ( isl::dim type,
unsigned int pos ) const
inline

Definition at line 14422 of file isl-noexceptions.h.

References pos(), and type.

Referenced by dim_min_val().

◆ div()

isl::aff isl::point::div ( int pos) const
inline

Definition at line 14427 of file isl-noexceptions.h.

References pos().

Referenced by dim_min_val().

◆ drop_constraints_involving_dims()

isl::set isl::point::drop_constraints_involving_dims ( isl::dim type,
unsigned int first,
unsigned int n ) const
inline

Definition at line 14432 of file isl-noexceptions.h.

References n, and type.

Referenced by dim_min_val().

◆ drop_unused_params()

isl::set isl::point::drop_unused_params ( ) const
inline

References drop_unused_params(), every_set(), and test.

Referenced by drop_unused_params().

◆ eliminate()

isl::set isl::point::eliminate ( isl::dim type,
unsigned int first,
unsigned int n ) const
inline

Definition at line 14437 of file isl-noexceptions.h.

References n, and type.

Referenced by dim_min_val().

◆ every_set() [1/2]

bool isl::point::every_set ( const std::function< bool(isl::set)> & test) const
inline

◆ every_set() [2/2]

boolean isl::point::every_set ( const std::function< boolean(isl::set)> & test) const
inline

Definition at line 14442 of file isl-noexceptions.h.

References isl::checked::basic_set::every_set(), and test.

◆ extract_set() [1/2]

isl::set isl::point::extract_set ( const isl::space & space) const
inline

References extract_set(), and space().

Referenced by extract_set().

◆ extract_set() [2/2]

isl::set isl::point::extract_set ( const isl::space & space) const
inline

◆ find_dim_by_id() [1/2]

int isl::point::find_dim_by_id ( isl::dim type,
const isl::id & id ) const
inline

Definition at line 14452 of file isl-noexceptions.h.

References type.

Referenced by extract_set(), and find_dim_by_id().

◆ find_dim_by_id() [2/2]

int isl::point::find_dim_by_id ( isl::dim type,
const std::string & id ) const
inline

Definition at line 14457 of file isl-noexceptions.h.

References isl::checked::point::ctx(), find_dim_by_id(), and type.

◆ fix_si()

isl::basic_set isl::point::fix_si ( isl::dim type,
unsigned int pos,
int value ) const
inline

Definition at line 14462 of file isl-noexceptions.h.

References pos(), and type.

Referenced by extract_set().

◆ fix_val() [1/2]

isl::basic_set isl::point::fix_val ( isl::dim type,
unsigned int pos,
const isl::val & v ) const
inline

Definition at line 14467 of file isl-noexceptions.h.

References pos(), and type.

Referenced by extract_set(), and fix_val().

◆ fix_val() [2/2]

isl::basic_set isl::point::fix_val ( isl::dim type,
unsigned int pos,
long v ) const
inline

Definition at line 14472 of file isl-noexceptions.h.

References isl::checked::point::ctx(), fix_val(), pos(), and type.

◆ flatten() [1/2]

isl::basic_set isl::point::flatten ( ) const
inline

◆ flatten() [2/2]

isl::basic_set isl::point::flatten ( ) const
inline

◆ foreach_basic_set() [1/2]

stat isl::point::foreach_basic_set ( const std::function< stat(isl::basic_set)> & fn) const
inline

Definition at line 14482 of file isl-noexceptions.h.

References fn, and isl::checked::basic_set::foreach_basic_set().

◆ foreach_basic_set() [2/2]

void isl::point::foreach_basic_set ( const std::function< void(isl::basic_set)> & fn) const
inline

◆ foreach_point() [1/2]

stat isl::point::foreach_point ( const std::function< stat(isl::point)> & fn) const
inline

Definition at line 14487 of file isl-noexceptions.h.

References fn, and isl::checked::basic_set::foreach_point().

◆ foreach_point() [2/2]

void isl::point::foreach_point ( const std::function< void(isl::point)> & fn) const
inline

◆ foreach_set() [1/2]

stat isl::point::foreach_set ( const std::function< stat(isl::set)> & fn) const
inline

Definition at line 14492 of file isl-noexceptions.h.

References fn, and isl::checked::basic_set::foreach_set().

◆ foreach_set() [2/2]

void isl::point::foreach_set ( const std::function< void(isl::set)> & fn) const
inline

◆ get() [1/2]

__isl_keep isl_point * isl::point::get ( ) const
inline

References __isl_keep, and get().

Referenced by get().

◆ get() [2/2]

__isl_keep isl_point * isl::point::get ( ) const
inline

References __isl_keep, and get().

◆ get_coordinate_val()

isl::val isl::point::get_coordinate_val ( isl::dim type,
int pos ) const
inline

Definition at line 14377 of file isl-noexceptions.h.

References coordinate_val(), pos(), and type.

Referenced by compute_divs().

◆ get_multi_val() [1/2]

isl::multi_val isl::point::get_multi_val ( ) const
inline

References get_multi_val(), and multi_val().

Referenced by get_multi_val().

◆ get_multi_val() [2/2]

isl::multi_val isl::point::get_multi_val ( ) const
inline

References get_multi_val(), and multi_val().

◆ gist() [1/6]

isl::basic_set isl::point::gist ( const isl::basic_set & context) const
inline

References context, and gist().

Referenced by gist(), gist(), and gist().

◆ gist() [2/6]

isl::basic_set isl::point::gist ( const isl::basic_set & context) const
inline

References context, and gist().

◆ gist() [3/6]

isl::set isl::point::gist ( const isl::set & context) const
inline

References context, and gist().

◆ gist() [4/6]

isl::set isl::point::gist ( const isl::set & context) const
inline

References context, and gist().

◆ gist() [5/6]

isl::union_set isl::point::gist ( const isl::union_set & context) const
inline

References context, and gist().

◆ gist() [6/6]

isl::union_set isl::point::gist ( const isl::union_set & context) const
inline

References context, and gist().

◆ gist_params() [1/2]

isl::set isl::point::gist_params ( const isl::set & context) const
inline

References context, and gist_params().

Referenced by gist_params().

◆ gist_params() [2/2]

isl::set isl::point::gist_params ( const isl::set & context) const
inline

◆ has_equal_space()

boolean isl::point::has_equal_space ( const isl::set & set2) const
inline

Definition at line 14517 of file isl-noexceptions.h.

References set2.

Referenced by gist_params().

◆ identity() [1/2]

isl::map isl::point::identity ( ) const
inline

References identity().

Referenced by identity().

◆ identity() [2/2]

isl::map isl::point::identity ( ) const
inline

◆ identity_union_pw_multi_aff()

isl::union_pw_multi_aff isl::point::identity_union_pw_multi_aff ( ) const
inline

Definition at line 14527 of file isl-noexceptions.h.

Referenced by identity().

◆ indicator_function() [1/2]

isl::pw_aff isl::point::indicator_function ( ) const
inline

References indicator_function().

Referenced by indicator_function().

◆ indicator_function() [2/2]

isl::pw_aff isl::point::indicator_function ( ) const
inline

◆ insert_dims()

isl::set isl::point::insert_dims ( isl::dim type,
unsigned int pos,
unsigned int n ) const
inline

Definition at line 14537 of file isl-noexceptions.h.

References n, pos(), and type.

Referenced by indicator_function().

◆ insert_domain() [1/2]

isl::map isl::point::insert_domain ( const isl::space & domain) const
inline

References domain, insert_domain(), and space().

Referenced by insert_domain().

◆ insert_domain() [2/2]

isl::map isl::point::insert_domain ( const isl::space & domain) const
inline

References domain, insert_domain(), and space().

◆ intersect() [1/6]

isl::basic_set isl::point::intersect ( const isl::basic_set & bset2) const
inline

References intersect().

Referenced by intersect(), intersect(), and intersect().

◆ intersect() [2/6]

isl::basic_set isl::point::intersect ( const isl::basic_set & bset2) const
inline

References intersect().

◆ intersect() [3/6]

isl::set isl::point::intersect ( const isl::set & set2) const
inline

References intersect(), and set2.

◆ intersect() [4/6]

isl::set isl::point::intersect ( const isl::set & set2) const
inline

References intersect(), and set2.

◆ intersect() [5/6]

isl::union_set isl::point::intersect ( const isl::union_set & uset2) const
inline

References intersect().

◆ intersect() [6/6]

isl::union_set isl::point::intersect ( const isl::union_set & uset2) const
inline

References intersect().

◆ intersect_params() [1/4]

isl::basic_set isl::point::intersect_params ( const isl::basic_set & bset2) const
inline

References intersect_params().

Referenced by intersect_params(), and intersect_params().

◆ intersect_params() [2/4]

isl::basic_set isl::point::intersect_params ( const isl::basic_set & bset2) const
inline

References intersect_params().

◆ intersect_params() [3/4]

isl::set isl::point::intersect_params ( const isl::set & params) const
inline

References intersect_params(), and params().

◆ intersect_params() [4/4]

isl::set isl::point::intersect_params ( const isl::set & params) const
inline

◆ involves_dims()

boolean isl::point::involves_dims ( isl::dim type,
unsigned int first,
unsigned int n ) const
inline

Definition at line 14572 of file isl-noexceptions.h.

References n, and type.

Referenced by intersect_params().

◆ involves_locals() [1/2]

bool isl::point::involves_locals ( ) const
inline

References involves_locals().

Referenced by involves_locals().

◆ involves_locals() [2/2]

boolean isl::point::involves_locals ( ) const
inline

References involves_locals(), and is_bounded().

◆ is_bounded()

boolean isl::point::is_bounded ( ) const
inline

Definition at line 14582 of file isl-noexceptions.h.

Referenced by involves_locals().

◆ is_disjoint() [1/4]

bool isl::point::is_disjoint ( const isl::set & set2) const
inline

References is_disjoint(), and set2.

Referenced by is_disjoint(), and is_disjoint().

◆ is_disjoint() [2/4]

boolean isl::point::is_disjoint ( const isl::set & set2) const
inline

References is_disjoint(), and set2.

◆ is_disjoint() [3/4]

bool isl::point::is_disjoint ( const isl::union_set & uset2) const
inline

References is_disjoint().

◆ is_disjoint() [4/4]

boolean isl::point::is_disjoint ( const isl::union_set & uset2) const
inline

References is_disjoint().

◆ is_empty() [1/2]

bool isl::point::is_empty ( ) const
inline

References is_empty().

Referenced by is_empty().

◆ is_empty() [2/2]

boolean isl::point::is_empty ( ) const
inline

References is_empty().

◆ is_equal() [1/6]

bool isl::point::is_equal ( const isl::basic_set & bset2) const
inline

References is_equal().

Referenced by is_equal(), is_equal(), and is_equal().

◆ is_equal() [2/6]

boolean isl::point::is_equal ( const isl::basic_set & bset2) const
inline

References is_equal().

◆ is_equal() [3/6]

bool isl::point::is_equal ( const isl::set & set2) const
inline

References is_equal(), and set2.

◆ is_equal() [4/6]

boolean isl::point::is_equal ( const isl::set & set2) const
inline

References is_equal(), and set2.

◆ is_equal() [5/6]

bool isl::point::is_equal ( const isl::union_set & uset2) const
inline

References is_equal().

◆ is_equal() [6/6]

boolean isl::point::is_equal ( const isl::union_set & uset2) const
inline

References is_equal(), and is_params().

◆ is_null() [1/2]

bool isl::point::is_null ( ) const
inline

References is_null().

Referenced by is_null().

◆ is_null() [2/2]

bool isl::point::is_null ( ) const
inline

References is_null().

◆ is_params()

boolean isl::point::is_params ( ) const
inline

Definition at line 14617 of file isl-noexceptions.h.

Referenced by is_equal().

◆ is_singleton() [1/2]

bool isl::point::is_singleton ( ) const
inline

References is_singleton().

Referenced by is_singleton().

◆ is_singleton() [2/2]

boolean isl::point::is_singleton ( ) const
inline

References is_singleton().

◆ is_strict_subset() [1/4]

bool isl::point::is_strict_subset ( const isl::set & set2) const
inline

References is_strict_subset(), and set2.

Referenced by is_strict_subset(), and is_strict_subset().

◆ is_strict_subset() [2/4]

boolean isl::point::is_strict_subset ( const isl::set & set2) const
inline

References is_strict_subset(), and set2.

◆ is_strict_subset() [3/4]

bool isl::point::is_strict_subset ( const isl::union_set & uset2) const
inline

References is_strict_subset().

◆ is_strict_subset() [4/4]

boolean isl::point::is_strict_subset ( const isl::union_set & uset2) const
inline

References is_strict_subset().

◆ is_subset() [1/6]

bool isl::point::is_subset ( const isl::basic_set & bset2) const
inline

References is_subset().

Referenced by is_subset(), is_subset(), and is_subset().

◆ is_subset() [2/6]

boolean isl::point::is_subset ( const isl::basic_set & bset2) const
inline

References is_subset().

◆ is_subset() [3/6]

bool isl::point::is_subset ( const isl::set & set2) const
inline

References is_subset(), and set2.

◆ is_subset() [4/6]

boolean isl::point::is_subset ( const isl::set & set2) const
inline

References is_subset(), and set2.

◆ is_subset() [5/6]

bool isl::point::is_subset ( const isl::union_set & uset2) const
inline

References is_subset().

◆ is_subset() [6/6]

boolean isl::point::is_subset ( const isl::union_set & uset2) const
inline

References is_subset().

◆ is_wrapping() [1/2]

bool isl::point::is_wrapping ( ) const
inline

References is_wrapping().

Referenced by is_wrapping().

◆ is_wrapping() [2/2]

boolean isl::point::is_wrapping ( ) const
inline

References is_wrapping().

◆ isa_set() [1/2]

bool isl::point::isa_set ( ) const
inline

References isa_set().

Referenced by isa_set().

◆ isa_set() [2/2]

boolean isl::point::isa_set ( ) const
inline

References isa_set().

◆ lattice_tile()

isl::fixed_box isl::point::lattice_tile ( ) const
inline

References lattice_tile().

Referenced by lattice_tile().

◆ lexmax() [1/2]

isl::set isl::point::lexmax ( ) const
inline

References lexmax().

Referenced by lexmax().

◆ lexmax() [2/2]

isl::set isl::point::lexmax ( ) const
inline

References lexmax().

◆ lexmax_pw_multi_aff() [1/2]

isl::pw_multi_aff isl::point::lexmax_pw_multi_aff ( ) const
inline

References lexmax_pw_multi_aff().

Referenced by lexmax_pw_multi_aff().

◆ lexmax_pw_multi_aff() [2/2]

isl::pw_multi_aff isl::point::lexmax_pw_multi_aff ( ) const
inline

References lexmax_pw_multi_aff().

◆ lexmin() [1/2]

isl::set isl::point::lexmin ( ) const
inline

References lexmin().

Referenced by lexmin().

◆ lexmin() [2/2]

isl::set isl::point::lexmin ( ) const
inline

References lexmin().

◆ lexmin_pw_multi_aff() [1/2]

isl::pw_multi_aff isl::point::lexmin_pw_multi_aff ( ) const
inline

References lexmin_pw_multi_aff().

Referenced by lexmin_pw_multi_aff().

◆ lexmin_pw_multi_aff() [2/2]

isl::pw_multi_aff isl::point::lexmin_pw_multi_aff ( ) const
inline

References lexmin_pw_multi_aff().

◆ lower_bound() [1/4]

isl::set isl::point::lower_bound ( const isl::multi_pw_aff & lower) const
inline

References lower_bound().

Referenced by lower_bound(), and lower_bound().

◆ lower_bound() [2/4]

isl::set isl::point::lower_bound ( const isl::multi_pw_aff & lower) const
inline

References lower_bound().

◆ lower_bound() [3/4]

isl::set isl::point::lower_bound ( const isl::multi_val & lower) const
inline

References lower_bound(), and multi_val().

◆ lower_bound() [4/4]

isl::set isl::point::lower_bound ( const isl::multi_val & lower) const
inline

◆ lower_bound_si()

isl::set isl::point::lower_bound_si ( isl::dim type,
unsigned int pos,
int value ) const
inline

Definition at line 14692 of file isl-noexceptions.h.

References pos(), and type.

Referenced by lower_bound().

◆ lower_bound_val() [1/2]

isl::set isl::point::lower_bound_val ( isl::dim type,
unsigned int pos,
const isl::val & value ) const
inline

Definition at line 14697 of file isl-noexceptions.h.

References pos(), and type.

Referenced by lower_bound(), and lower_bound_val().

◆ lower_bound_val() [2/2]

isl::set isl::point::lower_bound_val ( isl::dim type,
unsigned int pos,
long value ) const
inline

Definition at line 14702 of file isl-noexceptions.h.

References isl::checked::point::ctx(), lower_bound_val(), pos(), and type.

◆ max_multi_pw_aff() [1/2]

isl::multi_pw_aff isl::point::max_multi_pw_aff ( ) const
inline

References max_multi_pw_aff().

Referenced by max_multi_pw_aff().

◆ max_multi_pw_aff() [2/2]

isl::multi_pw_aff isl::point::max_multi_pw_aff ( ) const
inline

References max_multi_pw_aff().

◆ max_val() [1/2]

isl::val isl::point::max_val ( const isl::aff & obj) const
inline

References max_val(), and obj.

Referenced by max_val().

◆ max_val() [2/2]

isl::val isl::point::max_val ( const isl::aff & obj) const
inline

References max_val(), and obj.

◆ min_multi_pw_aff() [1/2]

isl::multi_pw_aff isl::point::min_multi_pw_aff ( ) const
inline

References min_multi_pw_aff().

Referenced by min_multi_pw_aff().

◆ min_multi_pw_aff() [2/2]

isl::multi_pw_aff isl::point::min_multi_pw_aff ( ) const
inline

References min_multi_pw_aff().

◆ min_val() [1/2]

isl::val isl::point::min_val ( const isl::aff & obj) const
inline

References min_val(), and obj.

Referenced by min_val().

◆ min_val() [2/2]

isl::val isl::point::min_val ( const isl::aff & obj) const
inline

References min_val(), and obj.

◆ multi_val() [1/2]

◆ multi_val() [2/2]

isl::multi_val isl::point::multi_val ( ) const
inline

References multi_val().

◆ n_basic_set() [1/2]

unsigned isl::point::n_basic_set ( ) const
inline

References n_basic_set().

Referenced by n_basic_set().

◆ n_basic_set() [2/2]

class size isl::point::n_basic_set ( ) const
inline

References n_basic_set().

◆ operator=() [1/2]

point & isl::point::operator= ( point obj)
inline

References obj, and point().

◆ operator=() [2/2]

point & isl::point::operator= ( point obj)
inline

References obj, and point().

◆ param_pw_aff_on_domain() [1/2]

isl::pw_aff isl::point::param_pw_aff_on_domain ( const isl::id & id) const
inline

◆ param_pw_aff_on_domain() [2/2]

isl::pw_aff isl::point::param_pw_aff_on_domain ( const std::string & id) const
inline

◆ params() [1/2]

isl::basic_set isl::point::params ( ) const
inline

References params().

Referenced by intersect_params(), and params().

◆ params() [2/2]

isl::basic_set isl::point::params ( ) const
inline

◆ plain_get_val_if_fixed()

isl::val isl::point::plain_get_val_if_fixed ( isl::dim type,
unsigned int pos ) const
inline

Definition at line 14748 of file isl-noexceptions.h.

References pos(), and type.

Referenced by params().

◆ plain_multi_val_if_fixed() [1/2]

isl::multi_val isl::point::plain_multi_val_if_fixed ( ) const
inline

◆ plain_multi_val_if_fixed() [2/2]

isl::multi_val isl::point::plain_multi_val_if_fixed ( ) const
inline

◆ polyhedral_hull() [1/2]

isl::basic_set isl::point::polyhedral_hull ( ) const
inline

References polyhedral_hull().

Referenced by polyhedral_hull().

◆ polyhedral_hull() [2/2]

isl::basic_set isl::point::polyhedral_hull ( ) const
inline

References polyhedral_hull().

◆ preimage() [1/8]

isl::set isl::point::preimage ( const isl::multi_aff & ma) const
inline

References ma, and preimage().

Referenced by preimage(), preimage(), preimage(), and preimage().

◆ preimage() [2/8]

isl::set isl::point::preimage ( const isl::multi_aff & ma) const
inline

References ma, and preimage().

◆ preimage() [3/8]

isl::set isl::point::preimage ( const isl::multi_pw_aff & mpa) const
inline

References preimage().

◆ preimage() [4/8]

isl::set isl::point::preimage ( const isl::multi_pw_aff & mpa) const
inline

References preimage().

◆ preimage() [5/8]

isl::set isl::point::preimage ( const isl::pw_multi_aff & pma) const
inline

References pma, and preimage().

◆ preimage() [6/8]

isl::set isl::point::preimage ( const isl::pw_multi_aff & pma) const
inline

References pma, and preimage().

◆ preimage() [7/8]

isl::union_set isl::point::preimage ( const isl::union_pw_multi_aff & upma) const
inline

References preimage().

◆ preimage() [8/8]

isl::union_set isl::point::preimage ( const isl::union_pw_multi_aff & upma) const
inline

References preimage().

◆ product() [1/2]

isl::set isl::point::product ( const isl::set & set2) const
inline

References product(), and set2.

Referenced by product().

◆ product() [2/2]

isl::set isl::point::product ( const isl::set & set2) const
inline

References dim(), n, product(), project_out(), set2, and type.

◆ project_out()

isl::basic_set isl::point::project_out ( isl::dim type,
unsigned int first,
unsigned int n ) const
inline

Definition at line 14788 of file isl-noexceptions.h.

References n, and type.

Referenced by product().

◆ project_out_all_params() [1/2]

isl::set isl::point::project_out_all_params ( ) const
inline

◆ project_out_all_params() [2/2]

isl::set isl::point::project_out_all_params ( ) const
inline

◆ project_out_param() [1/6]

isl::set isl::point::project_out_param ( const isl::id & id) const
inline

◆ project_out_param() [2/6]

isl::set isl::point::project_out_param ( const isl::id & id) const
inline

References project_out_param().

◆ project_out_param() [3/6]

isl::set isl::point::project_out_param ( const isl::id_list & list) const
inline

References project_out_param().

◆ project_out_param() [4/6]

isl::set isl::point::project_out_param ( const isl::id_list & list) const
inline

References project_out_param().

◆ project_out_param() [5/6]

isl::set isl::point::project_out_param ( const std::string & id) const
inline

References project_out_param().

◆ project_out_param() [6/6]

isl::set isl::point::project_out_param ( const std::string & id) const
inline

References project_out_param().

◆ pw_aff_on_domain() [1/2]

isl::pw_aff isl::point::pw_aff_on_domain ( const isl::val & v) const
inline

References pw_aff_on_domain().

Referenced by pw_aff_on_domain(), and pw_aff_on_domain().

◆ pw_aff_on_domain() [2/2]

isl::pw_aff isl::point::pw_aff_on_domain ( long v) const
inline

References pw_aff_on_domain().

◆ pw_multi_aff_on_domain() [1/2]

isl::pw_multi_aff isl::point::pw_multi_aff_on_domain ( const isl::multi_val & mv) const
inline

◆ pw_multi_aff_on_domain() [2/2]

isl::pw_multi_aff isl::point::pw_multi_aff_on_domain ( const isl::multi_val & mv) const
inline

◆ release() [1/2]

__isl_give isl_point * isl::point::release ( )
inline

References __isl_give, and release().

Referenced by release().

◆ release() [2/2]

__isl_give isl_point * isl::point::release ( )
inline

References __isl_give, and release().

◆ remove_dims()

isl::set isl::point::remove_dims ( isl::dim type,
unsigned int first,
unsigned int n ) const
inline

Definition at line 14818 of file isl-noexceptions.h.

References n, and type.

Referenced by pw_multi_aff_on_domain().

◆ remove_divs()

isl::set isl::point::remove_divs ( ) const
inline

Definition at line 14823 of file isl-noexceptions.h.

Referenced by pw_multi_aff_on_domain().

◆ remove_redundancies()

isl::set isl::point::remove_redundancies ( ) const
inline

Definition at line 14828 of file isl-noexceptions.h.

Referenced by pw_multi_aff_on_domain().

◆ reset_tuple_id()

isl::set isl::point::reset_tuple_id ( ) const
inline

Definition at line 14833 of file isl-noexceptions.h.

Referenced by pw_multi_aff_on_domain().

◆ sample() [1/2]

isl::basic_set isl::point::sample ( ) const
inline

References sample().

Referenced by sample().

◆ sample() [2/2]

isl::basic_set isl::point::sample ( ) const
inline

References sample().

◆ sample_point() [1/2]

isl::point isl::point::sample_point ( ) const
inline

References point(), and sample_point().

Referenced by sample_point().

◆ sample_point() [2/2]

isl::point isl::point::sample_point ( ) const
inline

◆ set_dim_id() [1/2]

isl::set isl::point::set_dim_id ( isl::dim type,
unsigned int pos,
const isl::id & id ) const
inline

Definition at line 14848 of file isl-noexceptions.h.

References pos(), and type.

Referenced by sample_point(), and set_dim_id().

◆ set_dim_id() [2/2]

isl::set isl::point::set_dim_id ( isl::dim type,
unsigned int pos,
const std::string & id ) const
inline

Definition at line 14853 of file isl-noexceptions.h.

References isl::checked::point::ctx(), pos(), set_dim_id(), and type.

◆ set_list() [1/2]

isl::set_list isl::point::set_list ( ) const
inline

References set_list().

Referenced by set_list(), and to_list().

◆ set_list() [2/2]

isl::set_list isl::point::set_list ( ) const
inline

References set_list(), and set_tuple_id().

◆ set_tuple_id() [1/2]

isl::set isl::point::set_tuple_id ( const isl::id & id) const
inline

Definition at line 14863 of file isl-noexceptions.h.

Referenced by set_list(), and set_tuple_id().

◆ set_tuple_id() [2/2]

isl::set isl::point::set_tuple_id ( const std::string & id) const
inline

Definition at line 14868 of file isl-noexceptions.h.

References isl::checked::point::ctx(), and set_tuple_id().

◆ simple_fixed_box_hull() [1/2]

isl::fixed_box isl::point::simple_fixed_box_hull ( ) const
inline

◆ simple_fixed_box_hull() [2/2]

isl::fixed_box isl::point::simple_fixed_box_hull ( ) const
inline

◆ simple_hull()

isl::basic_set isl::point::simple_hull ( ) const
inline

Definition at line 14878 of file isl-noexceptions.h.

Referenced by simple_fixed_box_hull().

◆ space() [1/2]

isl::space isl::point::space ( ) const
inline

◆ space() [2/2]

isl::space isl::point::space ( ) const
inline

References space().

◆ stride() [1/2]

isl::val isl::point::stride ( int pos) const
inline

References pos(), and stride().

Referenced by stride().

◆ stride() [2/2]

isl::val isl::point::stride ( int pos) const
inline

References pos(), and stride().

◆ subtract() [1/4]

isl::set isl::point::subtract ( const isl::set & set2) const
inline

References set2, and subtract().

Referenced by subtract(), and subtract().

◆ subtract() [2/4]

isl::set isl::point::subtract ( const isl::set & set2) const
inline

References set2, and subtract().

◆ subtract() [3/4]

isl::union_set isl::point::subtract ( const isl::union_set & uset2) const
inline

References subtract().

◆ subtract() [4/4]

isl::union_set isl::point::subtract ( const isl::union_set & uset2) const
inline

References subtract().

◆ to_list() [1/2]

isl::set_list isl::point::to_list ( ) const
inline

References set_list(), and to_list().

Referenced by to_list().

◆ to_list() [2/2]

isl::basic_set_list isl::point::to_list ( ) const
inline

References basic_set_list(), and to_list().

◆ to_set() [1/2]

isl::set isl::point::to_set ( ) const
inline

References to_set().

Referenced by to_set().

◆ to_set() [2/2]

isl::set isl::point::to_set ( ) const
inline

References to_set().

◆ to_union_set() [1/2]

isl::union_set isl::point::to_union_set ( ) const
inline

References to_union_set().

Referenced by to_union_set().

◆ to_union_set() [2/2]

isl::union_set isl::point::to_union_set ( ) const
inline

References to_union_set().

◆ translation() [1/2]

isl::map isl::point::translation ( ) const
inline

References translation().

Referenced by translation().

◆ translation() [2/2]

isl::map isl::point::translation ( ) const
inline

References translation().

◆ tuple_dim() [1/2]

unsigned isl::point::tuple_dim ( ) const
inline

References tuple_dim().

Referenced by tuple_dim().

◆ tuple_dim() [2/2]

class size isl::point::tuple_dim ( ) const
inline

References tuple_dim(), tuple_id(), and tuple_name().

◆ tuple_id()

isl::id isl::point::tuple_id ( ) const
inline

Definition at line 14929 of file isl-noexceptions.h.

Referenced by tuple_dim().

◆ tuple_name()

std::string isl::point::tuple_name ( ) const
inline

Definition at line 14934 of file isl-noexceptions.h.

Referenced by tuple_dim().

◆ unbind_params() [1/2]

isl::set isl::point::unbind_params ( const isl::multi_id & tuple) const
inline

References tuple, and unbind_params().

Referenced by unbind_params().

◆ unbind_params() [2/2]

isl::set isl::point::unbind_params ( const isl::multi_id & tuple) const
inline

References tuple, and unbind_params().

◆ unbind_params_insert_domain() [1/2]

isl::map isl::point::unbind_params_insert_domain ( const isl::multi_id & domain) const
inline

◆ unbind_params_insert_domain() [2/2]

isl::map isl::point::unbind_params_insert_domain ( const isl::multi_id & domain) const
inline

◆ unite() [1/6]

isl::set isl::point::unite ( const isl::basic_set & bset2) const
inline

References unite().

Referenced by unite(), unite(), and unite().

◆ unite() [2/6]

isl::set isl::point::unite ( const isl::basic_set & bset2) const
inline

References unite().

◆ unite() [3/6]

isl::set isl::point::unite ( const isl::set & set2) const
inline

References set2, and unite().

◆ unite() [4/6]

isl::set isl::point::unite ( const isl::set & set2) const
inline

References set2, and unite().

◆ unite() [5/6]

isl::union_set isl::point::unite ( const isl::union_set & uset2) const
inline

References unite().

◆ unite() [6/6]

isl::union_set isl::point::unite ( const isl::union_set & uset2) const
inline

References unite().

◆ unshifted_simple_hull() [1/2]

isl::basic_set isl::point::unshifted_simple_hull ( ) const
inline

◆ unshifted_simple_hull() [2/2]

isl::basic_set isl::point::unshifted_simple_hull ( ) const
inline

◆ unwrap() [1/2]

isl::map isl::point::unwrap ( ) const
inline

References unwrap().

Referenced by unwrap().

◆ unwrap() [2/2]

isl::map isl::point::unwrap ( ) const
inline

References unwrap().

◆ upper_bound() [1/4]

isl::set isl::point::upper_bound ( const isl::multi_pw_aff & upper) const
inline

References upper_bound().

Referenced by upper_bound(), and upper_bound().

◆ upper_bound() [2/4]

isl::set isl::point::upper_bound ( const isl::multi_pw_aff & upper) const
inline

References upper_bound().

◆ upper_bound() [3/4]

isl::set isl::point::upper_bound ( const isl::multi_val & upper) const
inline

References multi_val(), and upper_bound().

◆ upper_bound() [4/4]

isl::set isl::point::upper_bound ( const isl::multi_val & upper) const
inline

◆ upper_bound_val() [1/2]

isl::set isl::point::upper_bound_val ( isl::dim type,
unsigned int pos,
const isl::val & value ) const
inline

Definition at line 14984 of file isl-noexceptions.h.

References pos(), and type.

Referenced by upper_bound(), and upper_bound_val().

◆ upper_bound_val() [2/2]

isl::set isl::point::upper_bound_val ( isl::dim type,
unsigned int pos,
long value ) const
inline

Definition at line 14989 of file isl-noexceptions.h.

References isl::checked::point::ctx(), pos(), type, and upper_bound_val().

◆ wrapped_reverse()

isl::set isl::point::wrapped_reverse ( ) const
inline

◆ manage [1/2]

point manage ( __isl_take isl_point * ptr)
friend

Definition at line 13008 of file cpp-checked.h.

Referenced by upper_bound(), and wrapped_reverse().

◆ manage [2/2]

point manage ( __isl_take isl_point * ptr)
friend

Definition at line 13008 of file cpp-checked.h.

◆ manage_copy [1/2]

point manage_copy ( __isl_keep isl_point * ptr)
friend

Definition at line 13011 of file cpp-checked.h.

Referenced by upper_bound(), and wrapped_reverse().

◆ manage_copy [2/2]

point manage_copy ( __isl_keep isl_point * ptr)
friend

Definition at line 13011 of file cpp-checked.h.

Member Data Documentation

◆ ptr

isl_point* isl::point::ptr = nullptr
protected

The documentation for this class was generated from the following files: