|
Bsoft 2.1.4
Bernard's software package
|
Library routines to read and write STAR model parameters. More...
#include "rwmodel.h"#include "star.h"#include "model_links.h"#include "model_util.h"#include "model_tags.h"#include "file_util.h"#include "linked_list.h"#include "utilities.h"Functions | |
| map< string, int > | comptype_tags () |
| map< string, int > | linktype_tags () |
| map< string, int > | angletype_tags () |
| map< string, int > | component_tags () |
| map< string, int > | link_tags () |
| Bmodel * | read_model_star (Bstring *file_list) |
| Reads STAR model parameters. More... | |
| int | write_model_star (Bstring &filename, Bmodel *model, int split) |
| Writes STAR model parameters. More... | |
Variables | |
| int | verbose |
Library routines to read and write STAR model parameters.
| map< string, int > angletype_tags | ( | ) |
| map< string, int > component_tags | ( | ) |
| map< string, int > comptype_tags | ( | ) |
| map< string, int > link_tags | ( | ) |
| map< string, int > linktype_tags | ( | ) |
Reads STAR model parameters.
| *file_list | list of model parameter file names. |
Writes STAR model parameters.
| &filename | model parameter file name. |
| *model | model parameters. |
| split | flag to split into data blocks. |
|
extern |