SCOREC core
Parallel unstructured mesh tools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
gmi_set Struct Reference

a set of model entities More...

Public Attributes

int n
 number of model entities
 
struct gmi_ent * e [1]
 array of model entity pointers More...
 

Detailed Description

a set of model entities

users should create these only with gmi_make_set and always call gmi_free_set after receiving one

Definition at line 38 of file gmi.h.

Member Data Documentation

struct gmi_ent* gmi_set::e[1]

array of model entity pointers

vlas at the end of structs are ok by C99, but C++ still hates them. trick it with a 1, like the good old days of the linux kernel

Definition at line 44 of file gmi.h.


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