| Home | Trees | Indices | Help |
|
|---|
|
|
Base class for all structure parsers.
Data members:
format -- format of particular parser
filename -- path to structure file that is read or written
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Create Structure instance from a string. Return Structure object or raise StructureFormatError exception. |
Create Structure instance from an existing file. filename -- path to structure file Return Structure object. Raise StructureFormatError or IOError. |
Create Structure instance from a list of lines. Return Structure object or raise StructureFormatError exception. This method has to be overloaded in derived class. |
Convert Structure stru to a list of lines. This method has to be overloaded in derived class. Return list of strings. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Apr 10 19:10:02 2009 | http://epydoc.sourceforge.net |