Gem-graph 0.1.0
A modelling tool based on rewriting of geometric graphs.
|
Gem-graph-client available measures list (and current use) More...
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "../../../include/fsm.h"
Functions | |
void | fsm_add_data (fsm_struct_list_data d, int *p_data, int *p_target) |
phantom documentation | |
int | fsm_get_data (fsm_struct_list_data d, int from, int to) |
phantom documentation | |
void | fsm_remove_data (fsm_struct_list_data d, int *p_data) |
phantom documentation | |
Gem-graph-client available measures list (and current use)
This file is part of Gem-graph. An editable list of results is defined and maintained here. Some operations can be performed on them. ex : filter, concat, inverse, scale, correlate, etc.
void fsm_add_data | ( | fsm_struct_list_data | d, |
int * | p_data, | ||
int * | p_target | ||
) |
phantom documentation
d | |
*p_data | |
*p_target |
int fsm_get_data | ( | fsm_struct_list_data | d, |
int | from, | ||
int | to | ||
) |
phantom documentation
d | |
from | |
to |
void fsm_remove_data | ( | fsm_struct_list_data | d, |
int * | p_data | ||
) |
phantom documentation
d | |
*p_data |