Top | ![]() |
![]() |
![]() |
![]() |
Functions
NcmMSetFuncListN ()
void (*NcmMSetFuncListN) (NcmMSetFuncList *flist
,NcmMSet *mset
,const gdouble *x
,gdouble *res
);
ncm_mset_func_list_register ()
void ncm_mset_func_list_register (const gchar *name
,const gchar *symbol
,const gchar *ns
,const gchar *desc
,GType obj_type
,NcmMSetFuncListN func
,guint nvar
,guint dim
);
Register a new function in the NcmMSetFuncList class.
ncm_mset_func_list_select ()
GArray * ncm_mset_func_list_select (const gchar *ns
,gint nvar
,gint dim
);
Selects the NcmMSetFuncListStruct array containing the function
in the namespace ns
with nvar
and dim
. If ns
is NULL then
gets from all namespaces, nvar
and/or dim
equals to -1 selects
any value. The contained strings must not be freed.
ncm_mset_func_list_new ()
NcmMSetFuncList * ncm_mset_func_list_new (const gchar *full_name
,GObject *obj
);
FIXME
ncm_mset_func_list_new_ns_name ()
NcmMSetFuncList * ncm_mset_func_list_new_ns_name (const gchar *ns
,const gchar *name
,GObject *obj
);
FIXME
ncm_mset_func_list_has_ns_name ()
gboolean ncm_mset_func_list_has_ns_name (const gchar *ns
,const gchar *name
);
Check if function name
exists in ns
.