Package Chem :: Module rdMolCatalog :: Class MolCatalog
[hide private]
[frames] | no frames]

Class MolCatalog



 object --+    
          |    
??.instance --+
              |
             MolCatalog

Instance Methods [hide private]
 
AddEdge(...)
C++ signature:...
 
AddEntry(...)
C++ signature:...
 
GetBitDescription(...)
C++ signature:...
 
GetBitEntryId(...)
C++ signature:...
 
GetEntryBitId(...)
C++ signature:...
 
GetEntryDescription(...)
C++ signature:...
 
GetEntryDownIds(...)
C++ signature:...
 
GetFPLength(...)
C++ signature:...
 
GetNumEntries(...)
C++ signature:...
 
Serialize(...)
C++ signature:...
 
__getinitargs__(...)
C++ signature:...
 
__init__(...)
C++ signature:...
 
__reduce__(...)
helper for pickle

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 68
  __safe_for_unpickling__ = True
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

AddEdge(...)

 
C++ signature:
AddEdge(RDCatalog::HierarchCatalog<RDKit::MolCatalogEntry, RDKit::MolCatalogParams, int> {lvalue}, unsigned int, unsigned int) -> void*

AddEntry(...)

 
C++ signature:
AddEntry(RDCatalog::HierarchCatalog<RDKit::MolCatalogEntry, RDKit::MolCatalogParams, int>*, RDKit::MolCatalogEntry*) -> unsigned int

GetBitDescription(...)

 
C++ signature:
GetBitDescription(RDCatalog::HierarchCatalog<RDKit::MolCatalogEntry, RDKit::MolCatalogParams, int> const*, unsigned int) -> std::string

GetBitEntryId(...)

 
C++ signature:
GetBitEntryId(RDCatalog::HierarchCatalog<RDKit::MolCatalogEntry, RDKit::MolCatalogParams, int> const*, unsigned int) -> unsigned int

GetEntryBitId(...)

 
C++ signature:
GetEntryBitId(RDCatalog::HierarchCatalog<RDKit::MolCatalogEntry, RDKit::MolCatalogParams, int> const*, unsigned int) -> unsigned int

GetEntryDescription(...)

 
C++ signature:
GetEntryDescription(RDCatalog::HierarchCatalog<RDKit::MolCatalogEntry, RDKit::MolCatalogParams, int> const*, unsigned int) -> std::string

GetEntryDownIds(...)

 
C++ signature:
GetEntryDownIds(RDCatalog::HierarchCatalog<RDKit::MolCatalogEntry, RDKit::MolCatalogParams, int> const*, unsigned int) -> std::vector<int, std::allocator<int> >

GetFPLength(...)

 
C++ signature:
GetFPLength(RDCatalog::HierarchCatalog<RDKit::MolCatalogEntry, RDKit::MolCatalogParams, int> {lvalue}) -> unsigned int

GetNumEntries(...)

 
C++ signature:
GetNumEntries(RDCatalog::HierarchCatalog<RDKit::MolCatalogEntry, RDKit::MolCatalogParams, int> {lvalue}) -> unsigned int

Serialize(...)

 
C++ signature:
Serialize(RDCatalog::HierarchCatalog<RDKit::MolCatalogEntry, RDKit::MolCatalogParams, int> {lvalue}) -> std::string

__getinitargs__(...)

 
C++ signature:
__getinitargs__(RDCatalog::HierarchCatalog<RDKit::MolCatalogEntry, RDKit::MolCatalogParams, int>) -> boost::python::tuple

__init__(...)
(Constructor)

 
C++ signature:
__init__(_object*, std::string) -> void*

Overrides: object.__init__

__reduce__(...)

 
helper for pickle

Overrides: object.__reduce__
(inherited documentation)