| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
MolChemicalFeature
Class to represent a chemical feature. These chemical features may or may not have been derived from molecule object; i.e. it is possible to have a chemical feature that was created just from its type and location.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Clears the cache used to store position information.
C++ signature:
ClearCache(RDKit::MolChemicalFeature {lvalue}) -> void*
|
Get the IDs of the atoms that participate in the feature
C++ signature:
GetAtomIds(RDKit::MolChemicalFeature) -> _object*
|
Get the factory used to generate this feature
C++ signature:
GetFactory(RDKit::MolChemicalFeature {lvalue}) -> RDKit::MolChemicalFeatureFactory const*
|
Get the family to which the feature belongs; donor, acceptor, etc.
C++ signature:
GetFamily(RDKit::MolChemicalFeature {lvalue}) -> std::string
|
Get the molecule used to derive the features
C++ signature:
GetMol(RDKit::MolChemicalFeature {lvalue}) -> RDKit::ROMol const*
|
Get the location of the chemical feature
C++ signature:
GetPos(RDKit::MolChemicalFeature {lvalue} self, int confId=-1) -> RDGeom::Point3D
|
Get the specific type for the feature
C++ signature:
GetType(RDKit::MolChemicalFeature {lvalue}) -> std::string
|
Raises an exception This class cannot be instantiated from Python
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat May 24 08:37:05 2008 | http://epydoc.sourceforge.net |