|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to read space group data from XML files. More...
Include dependency graph for cbuild_sg.c:Go to the source code of this file.
Functions | |
| space_group * | clean_sgl_data (xmlDoc *doc, xmlTextReaderPtr reader) |
| clean space group and corresponding XML data | |
| int | get_this_group_data (space_group *spg, xmlNodePtr racine) |
| retrieve space group data | |
| space_group * | read_sg_xml_file (const char *filetoread) |
| read space group data from XML file | |
Variables | |
| gchar * | groups [230] |
| gchar * | hmsymbols [230] |
Functions to read space group data from XML files.
Definition in file cbuild_sg.c.
| space_group * clean_sgl_data | ( | xmlDoc * | doc, |
| xmlTextReaderPtr | reader ) |
clean space group and corresponding XML data
| doc | the XML doc pointer to free |
| reader | the XML reader to free |
Definition at line 513 of file cbuild_sg.c.
| int get_this_group_data | ( | space_group * | spg, |
| xmlNodePtr | racine ) |
retrieve space group data
| spg | the space group pointer to fill |
| racine | the XML node root |
Definition at line 529 of file cbuild_sg.c.
| space_group * read_sg_xml_file | ( | const char * | filetoread | ) |
read space group data from XML file
| filetoread | the file to read |
Definition at line 652 of file cbuild_sg.c.
| gchar* groups[230] |
Definition at line 43 of file cbuild_sg.c.
| gchar* hmsymbols[230] |
Definition at line 274 of file cbuild_sg.c.