Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | FreeChemicalFeature
Class to represent a free chemical features. These chemical features are not associated with a molecule, though they can be matched to molecular featufres
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__instance_size__ = 96
|
|||
__safe_for_unpickling__ = True
|
|
GetFamily( (FreeChemicalFeature)arg1) -> str : Get the family of the feature C++ signature : std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > GetFamily(ChemicalFeatures::FreeChemicalFeature {lvalue}) |
GetId( (FreeChemicalFeature)arg1) -> int : Get the id of the feature C++ signature : int GetId(ChemicalFeatures::FreeChemicalFeature {lvalue}) |
GetPos( (FreeChemicalFeature)arg1) -> Point3D : Get the position of the feature C++ signature : RDGeom::Point3D GetPos(ChemicalFeatures::FreeChemicalFeature {lvalue}) |
GetType( (FreeChemicalFeature)arg1) -> str : Get the sepcific type for the feature C++ signature : std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > GetType(ChemicalFeatures::FreeChemicalFeature {lvalue}) |
SetFamily( (FreeChemicalFeature)arg1, (str)arg2) -> None : Set the family of the feature C++ signature : void SetFamily(ChemicalFeatures::FreeChemicalFeature {lvalue},std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) |
SetId( (FreeChemicalFeature)arg1, (int)arg2) -> None : Set the id of the feature C++ signature : void SetId(ChemicalFeatures::FreeChemicalFeature {lvalue},int) |
SetPos( (FreeChemicalFeature)arg1, (Point3D)arg2) -> None : Set the feature position C++ signature : void SetPos(ChemicalFeatures::FreeChemicalFeature {lvalue},RDGeom::Point3D) |
SetType( (FreeChemicalFeature)arg1, (str)arg2) -> None : Set the sepcific type for the feature C++ signature : void SetType(ChemicalFeatures::FreeChemicalFeature {lvalue},std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) |
__getinitargs__( (FreeChemicalFeature)arg1) -> tuple : C++ signature : boost::python::tuple __getinitargs__(ChemicalFeatures::FreeChemicalFeature) |
__init__( (object)arg1, (str)arg2) -> None : C++ signature : void __init__(_object*,std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) __init__( (object)arg1) -> None : Default Constructor C++ signature : void __init__(_object*) __init__( (object)arg1, (str)family, (str)type, (Point3D)loc [, (int)id=-1]) -> None : Constructor with family, type and location specified C++ signature : void __init__(_object*,std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >,std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >,RDGeom::Point3D [,int=-1]) __init__( (object)arg1, (str)family, (Point3D)loc) -> None : constructor with family and location specified, empty type and id C++ signature : void __init__(_object*,std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >,RDGeom::Point3D)
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |