|
|
|
|
|
|
|
|
toLines(self,
stru)
Convert Structure stru to a list of lines in DISCUS format. |
source code
|
|
|
|
|
|
|
_parse_cell(self,
words)
Process the cell record from DISCUS structure file. |
source code
|
|
|
|
_parse_format(self,
words)
Process the format record from DISCUS structure file. |
source code
|
|
|
|
_parse_ncell(self,
words)
Process the ncell record from DISCUS structure file. |
source code
|
|
|
|
_parse_spcgr(self,
words)
Process the spcgr record from DISCUS structure file. |
source code
|
|
|
|
_parse_title(self,
words)
Process the title record from DISCUS structure file. |
source code
|
|
|
|
_parse_shape(self,
words)
Process the shape record from DISCUS structure file. |
source code
|
|
|
|
_parse_atom(self,
words)
Process atom records in DISCUS structure file. |
source code
|
|
|
|
|
|
|
|
|
Inherited from structureparser.StructureParser:
parse,
parseFile,
tostring
|