Polly 20.0.0git
|
#include <isl_vertices_private.h>
Public Attributes | |
int | n_vertices |
int * | ids |
isl_vertices * | vertices |
isl_basic_set * | dom |
Definition at line 47 of file isl_vertices_private.h.
isl_basic_set* isl_cell::dom |
Definition at line 51 of file isl_vertices_private.h.
Referenced by bernstein_coefficients_cell(), and isl_cell_alloc().
int* isl_cell::ids |
Definition at line 49 of file isl_vertices_private.h.
Referenced by bernstein_coefficients_cell(), is_tight(), isl_cell_alloc(), and triangulate().
int isl_cell::n_vertices |
Definition at line 48 of file isl_vertices_private.h.
Referenced by bernstein_coefficients_cell(), and isl_cell_alloc().
isl_vertices* isl_cell::vertices |
Definition at line 50 of file isl_vertices_private.h.
Referenced by bernstein_coefficients_cell(), is_tight(), and isl_cell_alloc().