schrodinger.structutils.io module¶
This module is deprecated. Please use the classes from structure.py module.
Copyright Schrodinger, LLC. All rights reserved.
- class schrodinger.structutils.io.MultiFileWriter(*args, **kwargs)¶
Bases:
schrodinger.structure._io.MultiFileStructureWriter
- __init__(*args, **kwargs)¶
- append(st)¶
- close()¶
Close any open file handles
- getFiles()¶
Return a list of file paths for the written files.
- getNumStructures()¶
Return the total number of structures that were written.