Methods
|
|
|
|
Mol2io
|
Mol2io ( self, h )
Mol2io(Mol2ioHelper* h) -> Mol2io
Mol2io constructor documentation.
|
|
__hash__
|
__hash__ ( self )
arguments/return value unknown
hash instance
|
|
addAtomToSubst
|
addAtomToSubst (
self,
substId,
a,
)
addAtomToSubst(int substId, Atom* a)
addAtomToSubst documentation.
|
|
addAtomWithId
|
addAtomWithId (
self,
id,
a,
)
addAtomWithId(int id, Atom* a)
addAtomWithId documentation.
|
|
atomWithId
|
atomWithId ( self, id )
atomWithId(int id) -> Atom*
atomWithId documentation.
|
|
atomsInSubst
|
atomsInSubst ( self, substId )
atomsInSubst(int substId) -> std::vector<Atom*>
atomsInSubst documentation.
|
|
clearAtomIdMap
|
clearAtomIdMap ( self )
clearAtomIdMap()
clearAtomIdMap documentation.
|
|
clearSAMap
|
clearSAMap ( self )
clearSAMap()
clearSAMap documentation.
|
|
error
|
error ( self )
error() -> std::string
error documentation.
|
|
ok
|
ok ( self )
ok() -> bool
ok documentation.
|
|
readMol2file
|
readMol2file ( self, filename )
readMol2file(char* filename) -> std::vector<Molecule*>
readMol2file documentation.
|