bpp-phyl3
3.0.0
|
Interface for topology search methods. More...
#include <Bpp/Phyl/Tree/TopologySearch.h>
Public Member Functions | |
TopologySearch () | |
virtual | ~TopologySearch () |
virtual void | search ()=0 |
Performs the search. More... | |
virtual void | addTopologyListener (std::shared_ptr< TopologyListener > listener)=0 |
Add a topology listener to this class. More... | |
Interface for topology search methods.
Definition at line 94 of file TopologySearch.h.
|
inline |
Definition at line 97 of file TopologySearch.h.
|
inlinevirtual |
Definition at line 98 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.