![]() |
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
#include "Python.h"Go to the source code of this file.
Data Structures | |
| struct | modena_index_set_t |
Macros | |
| #define | __BEGIN_DECLS /* empty */ |
| #define | __END_DECLS /* empty */ |
Typedefs | |
| typedef struct modena_index_set_t | modena_index_set_t |
Functions | |
| modena_index_set_t * | modena_index_set_new (const char *indexSetId) |
| size_t | modena_index_set_get_index (const modena_index_set_t *self, const char *name) |
| const char * | modena_index_set_get_name (const modena_index_set_t *self, const size_t index) |
| size_t | modena_index_set_iterator_start (const modena_index_set_t *self) |
| size_t | modena_index_set_iterator_end (const modena_index_set_t *self) |
| void | modena_index_set_destroy (modena_index_set_t *indexSet) |
Variables | |
| PyTypeObject | modena_index_set_tType |
| PyObject * | modena_IndexSet |
Low-level interface library
Definition in file indexset.h.