|
My Project
programmer's documentation
|
Go to the documentation of this file. 1 #ifndef __CS_NOTEBOOK_H__
2 #define __CS_NOTEBOOK_H__
void cs_notebook_log(void)
Output the notebook info to the setup log.
Definition: cs_notebook.c:293
int cs_notebook_parameter_get_openturns_status(char *name)
Indicate whether the parameter is used for a study with openturns.
Definition: cs_notebook.c:472
void cs_notebook_parameter_set_value(const char *name, cs_real_t val)
Set a parameter value (real) for an editable parameter.
Definition: cs_notebook.c:442
void cs_notebook_uncertain_output(void)
Writes uncertain values to output file.
Definition: cs_notebook.c:508
#define END_C_DECLS
Definition: cs_defs.h:468
double cs_real_t
Floating-point value.
Definition: cs_defs.h:302
void cs_notebook_destroy_all(void)
Destroy the notebook structure.
Definition: cs_notebook.c:551
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
cs_real_t cs_notebook_parameter_value_by_name(const char *name)
Return a parameter value (real).
Definition: cs_notebook.c:424
const char * cs_notebook_parameter_get_description(char *name)
Returns the description of the parameter (GUI defined)
Definition: cs_notebook.c:490
void cs_notebook_load_from_file(void)
Initialize the notebook object (based on cs_tree_node_t)
Definition: cs_notebook.c:331
int cs_notebook_parameter_is_present(const char *name, int *editable)
Check if a parameter value is present.
Definition: cs_notebook.c:392