StructureDataConverter¶
-
class
sknano.io.StructureDataConverter(infile=None, outfile=None, **kwargs)[source] [edit on github][source]¶ Bases:
sknano.core.meta.BaseClassAbstract base class for converting structure data.
Parameters: Attributes
fmtstrFormat string. Methods
convert()Convert structure data from one format to another format. todict()Return dictof constructor parameters.Methods Summary
convert()Convert structure data from one format to another format. todict()Return dictof constructor parameters.Methods Documentation
-
convert()[source] [edit on github][source]¶ Convert structure data from one format to another format.
-
todict()[source] [edit on github][source]¶ Return
dictof constructor parameters.
-