HappyDoc Generated Documentation Class: Mol2io

. / _chimera / Mol2io 

Mol2io(h: PyMol2ioHelper) -> Mol2io

no attributes

Methods   
  extractAtomsInSubst 
extractAtomsInSubst ( self,  substId )

extractAtomsInSubst(substId: int) -> list of Atom

  ok 
ok ( self )

ok() -> bool

  clearSAMap 
clearSAMap ( self )

clearSAMap()

  isBlankLine 
isBlankLine ( self,  s )

isBlankLine(s: str) -> bool

  readMol2file 
readMol2file ( self,  filename )

readMol2file(filename: str) -> list of Molecule

  splitLine 
splitLine ( self,  s )

splitLine(s: str) -> list of str

  addAtomWithId 
addAtomWithId (
        self,
        id,
        a,
        )

addAtomWithId(id: int, a: Atom)

  atomWithId 
atomWithId ( self,  id )

atomWithId(id: int) -> Atom

  addAtomToSubst 
addAtomToSubst (
        self,
        substId,
        name,
        a,
        )

addAtomToSubst(substId: int, name: str, a: Atom)

  error 
error ( self )

error() -> str

  readMol2stream 
readMol2stream (
        self,
        input,
        filename,
        lineNum,
        )

readMol2stream(input: readable file-like, filename: str, lineNum: int) -> list of Molecule

  clearAtomIdMap 
clearAtomIdMap ( self )

clearAtomIdMap()


This document was automatically generated Thu Nov 15 14:08:56 2007 by HappyDoc version 3.0.a1