|
bpp-phyl
2.2.0
|
Interface for topology search methods. More...
#include <Bpp/Phyl/TopologySearch.h>
Inheritance diagram for bpp::TopologySearch:Public Member Functions | |
| TopologySearch () | |
| virtual | ~TopologySearch () |
| virtual void | search ()=0 throw (Exception) |
| Performs the search. More... | |
| virtual void | addTopologyListener (TopologyListener *listener)=0 |
| Add a topology listener to this class. More... | |
Interface for topology search methods.
Definition at line 133 of file TopologySearch.h.
|
inline |
Definition at line 136 of file TopologySearch.h.
|
inlinevirtual |
Definition at line 137 of file TopologySearch.h.
|
pure virtual |
Add a topology listener to this class.
TopologyListeners will be notified when the topology of the tree is modified.
Implemented in bpp::NNITopologySearch.
|
pure virtual | |||||||||||||
Performs the search.
Implemented in bpp::NNITopologySearch.