__init__(self,
*args)
(Constructor)
|
|
__init__(PhpAlignCore self, MM_Index ctHandleA, MM_Index ctHandleB,
std::string const & smarts, bool allowStereoFailure=False, bool
noCarry=False, bool inversionsOnly=False) -> PhpAlignCore
__init__(PhpAlignCore self, MM_Index ctHandleA, MM_Index ctHandleB,
std::vector< PhpCoreMapping,std::allocator< PhpCoreMapping >
> const & mappings, bool allowStereoFailure=False, bool
noCarry=False, bool inversionsOnly=False) -> PhpAlignCore
__init__(PhpAlignCore self, MM_Index ctHandleA, MM_Index ctHandleB,
SwigIntVector atomsA, SwigIntVector atomsB, bool
allowStereoFailure=False, bool noCarry=False, bool inversionsOnly=False,
std::string debugMaeFile) -> PhpAlignCore __init__(PhpAlignCore self,
MM_Index ctHandleA, MM_Index ctHandleB, SwigIntVector atomsA,
SwigIntVector atomsB, SwigVectorIntVector brokenBonds, bool
allowStereoFailure=False, bool noCarry=False, bool inversionsOnly=False,
std::string debugMaeFile) -> PhpAlignCore __init__(PhpAlignCore self,
PhpAlignCore rhs) -> PhpAlignCore
- Overrides:
object.__init__
|