1.1.1.3.1.1.1.5.10. TraverseCallback¶
- class molpher.swig_wrappers.core.TraverseCallback[source]¶
A simple callback that can process morphs in an exploration tree. When supplied to
TraverseOper
the morphs that belong to the currently traversed subtree are processed using this method.Note
This is an abstract class. You will have to declare a derived class to use its features.
See also
- __call__(morph)[source]¶
Call self as a function.
An abstract method that should be overriden in derived classes. It should implement the morph processing.
- Parameters
morph (
MolpherMol
) – currently processed morph