Polly 19.0.0git
Public Attributes | List of all members
isl_cell Struct Reference

#include <isl_vertices_private.h>

Public Attributes

int n_vertices
 
int * ids
 
isl_verticesvertices
 
isl_basic_setdom
 

Detailed Description

Definition at line 47 of file isl_vertices_private.h.

Member Data Documentation

◆ dom

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().

◆ ids

int* isl_cell::ids

◆ n_vertices

int isl_cell::n_vertices

Definition at line 48 of file isl_vertices_private.h.

Referenced by bernstein_coefficients_cell(), and isl_cell_alloc().

◆ vertices

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().


The documentation for this struct was generated from the following file: