|
Bsoft 2.1.4
Bernard's software package
|
Reads and writes micrograph XML files. More...
#include "mg_tags.h"#include "mg_processing.h"#include "rwmg.h"#include "file_util.h"#include "linked_list.h"#include "string_util.h"#include "utilities.h"Functions | |
| int | read_project_xml (Bstring &filename, Bproject *project) |
| Reading micrograph parameters from XML files. More... | |
| int | write_project_xml (Bstring &filename, Bproject *project, int mg_select, int rec_select) |
| Writing micrograph parameters to a XML file. More... | |
Variables | |
| int | verbose |
Reads and writes micrograph XML files.
Reading micrograph parameters from XML files.
| &filename | file name. |
| *project | initialized project structure. |
Writing micrograph parameters to a XML file.
| &filename | file name. |
| *project | project structure. |
| mg_select | flag to only write selected micrographs. |
| rec_select | flag to only convert selected reconstructions. |
|
extern |