#include <mesh_parser.h>
Public Attributes | |
| int | n |
| -1..numeric value, otherwise list of length n | |
| union { | |
| double val | |
| MItem * list | |
| }; | |
| MItem * | next |
| next item in the list this MItem is part of | |
| union { ... } |
| int MItem::n |
-1..numeric value, otherwise list of length n
next item in the list this MItem is part of
| double MItem::val |
1.6.3