__init__(self,
*args)
(Constructor)
|
|
__init__(PhpFastShape self, std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > const & xyz,
SwigDoubleVector r,
int norm=1, int maxMap=8, int maxAlt=1) -> PhpFastShape
__init__(PhpFastShape self, std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > const & xyz,
SwigDoubleVector r,
SwigIntVector stype, int norm=1, int maxMap=8, int maxAlt=1) -> PhpFastShape
__init__(PhpFastShape self, std::vector< std::vector< double,std::allocator< double > >,std::allocator< std::vector< double,std::allocator< double > > > > const & xyz,
SwigDoubleVector r,
SwigIntVector stype, SwigDoubleVector weight, int norm=1, int maxMap=8,
int maxAlt=1) -> PhpFastShape
__init__(PhpFastShape self, MM_Index ctHandle, bool hydrogens, std::string const & atype, std::string const & weight,
int norm=1, int maxMap=8, int maxAlt=1) -> PhpFastShape
__init__(PhpFastShape self, std::vector< PhpSite,std::allocator< PhpSite > > const & sites, PhpFeatureData radii,
PhpLcsMap const & lcsMap, int norm=1, int maxMap=8, int maxAlt=1) -> PhpFastShape
__init__(PhpFastShape self, PhpFastShape rhs) -> PhpFastShape
- Overrides:
object.__init__
|