| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Generator
Important attributes: - mol: the molecules whose signature is being worked with - sig: the signature to be used to decide what bits are set in the molecule. This signature can be considered to be constant in this class, none of the class methods modify sig
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
constructor **Arguments** - sig: a signature, see class docs - mol: a molecule, see class docs - dMat: (optional) a distance matrix for the molecule. If this is not provided, one will be calculated - bitCache: (optional) if nonzero, a local cache of which bits have been queried will be maintained. Otherwise things must be recalculate each time a bit is queried.
|
returns a bool indicating whether or not the bit is set
|
allows class to support len()
|
allows class to support random access. Calls self.GetBit() |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat May 24 08:37:05 2008 | http://epydoc.sourceforge.net |