| 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 Inherited from |
|||
|
|||
__instance_size__ = 48
|
|||
__safe_for_unpickling__ = True
|
|||
|
|||
|
Inherited from |
|||
|
|||
Get the family of the feature
C++ signature:
GetFamily(ChemicalFeatures::FreeChemicalFeature {lvalue}) -> std::string
|
Get the position of the feature
C++ signature:
GetPos(ChemicalFeatures::FreeChemicalFeature {lvalue}) -> RDGeom::Point3D
|
Get the sepcific type for the feature
C++ signature:
GetType(ChemicalFeatures::FreeChemicalFeature {lvalue}) -> std::string
|
Set the family of the feature
C++ signature:
SetFamily(ChemicalFeatures::FreeChemicalFeature {lvalue}, std::string) -> void*
|
Set the feature position
C++ signature:
SetPos(ChemicalFeatures::FreeChemicalFeature {lvalue}, RDGeom::Point3D) -> void*
|
Set the sepcific type for the feature
C++ signature:
SetType(ChemicalFeatures::FreeChemicalFeature {lvalue}, std::string) -> void*
|
C++ signature: __getinitargs__(ChemicalFeatures::FreeChemicalFeature) -> boost::python::tuple |
C++ signature:
__init__(_object*, std::string) -> void*
Default Constructor
C++ signature:
__init__(_object*) -> void*
Constructor with family, type and location specified
C++ signature:
__init__(_object*, std::string family, std::string type, RDGeom::Point3D loc) -> void*
constructor with family and location specified, empty type
C++ signature:
__init__(_object*, std::string family, RDGeom::Point3D loc) -> void*
|
helper for pickle
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat May 24 08:37:05 2008 | http://epydoc.sourceforge.net |