Package Chem :: Module rdfragcatalog :: Class FragCatParams
[hide private]
[frames] | no frames]

Class FragCatParams



 object --+    
          |    
??.instance --+
              |
             FragCatParams

Instance Methods [hide private]
 
GetFuncGroup(...)
C++ signature:...
 
GetLowerFragLength(...)
C++ signature:...
 
GetNumFuncGroups(...)
C++ signature:...
 
GetTolerance(...)
C++ signature:...
 
GetTypeString(...)
C++ signature:...
 
GetUpperFragLength(...)
C++ signature:...
 
Serialize(...)
C++ signature:...
 
__init__(...)
C++ signature:...

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 44
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

GetFuncGroup(...)

 
C++ signature:
GetFuncGroup(RDKit::FragCatParams {lvalue}, int) -> RDKit::ROMol const*

GetLowerFragLength(...)

 
C++ signature:
GetLowerFragLength(RDKit::FragCatParams {lvalue}) -> unsigned int

GetNumFuncGroups(...)

 
C++ signature:
GetNumFuncGroups(RDKit::FragCatParams {lvalue}) -> unsigned int

GetTolerance(...)

 
C++ signature:
GetTolerance(RDKit::FragCatParams {lvalue}) -> double

GetTypeString(...)

 
C++ signature:
GetTypeString(RDKit::FragCatParams {lvalue}) -> std::string

GetUpperFragLength(...)

 
C++ signature:
GetUpperFragLength(RDKit::FragCatParams {lvalue}) -> unsigned int

Serialize(...)

 
C++ signature:
Serialize(RDKit::FragCatParams {lvalue}) -> std::string

__init__(...)
(Constructor)

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

Overrides: object.__init__