| Trees | Indices | Help |
|
|---|
|
|
object --+
|
IndexedFileLoader
Supports random access to multi-structure files
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
path path to source file |
|||
|
|||
Open an indexed file loader, creating an index file if needed.
Args:
path (str): file path. File type is inferred from the extension.
idx_path (str): index file path. Defaults to $path.idx.
Note:
You need write permission to the location of the index file.
|
Get structure at given index
Args:
index (int): 0-based index
Returns:
mol (System): msys System
|
|
|||
pathpath to source file
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 2 06:33:08 2017 | http://epydoc.sourceforge.net |