A subclass of the canvas fingerprint generator which is to be used
from a program with a TKInter interface. This class has methods for
creating a component which displays all the fingerprint generation
options and takes care of managing the internal state
|
|
__init__(self,
logger,
default_type='Linear')
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
getGUI(self)
Returns a GUI component which displays the fingerprint generation
options |
|
|
|
|
bitCB(self,
value)
A callback function for the Bitsize radio buttons |
|
|
|
|
atomTypingCB(self,
row)
Called when the atom typing selection changes |
|
|
|
|
FPTypeCB(self,
fp_type)
A callback for the fingerprint type. |
|
|
|
|
resetfp(self)
Allow reset of the fingerprint generator between cluster
calculations. |
|
|
|
Inherited from fingerprint.CanvasFingerprintGenerator:
__del__,
close,
debug,
generate,
getCurrentAtomBondTyping,
getCurrentType,
getDefaultAtomTypingScheme,
getDescription,
getPrecision,
open,
setAtomBondTyping,
setPrecision,
setType,
write
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|