|
bpp-phyl
2.2.0
|
#include "../TreeTemplate.h"#include "../NodeTemplate.h"#include "TreeDrawing.h"#include "TreeDrawingListener.h"#include <vector>#include <string>#include <memory>
Include dependency graph for AbstractTreeDrawing.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | bpp::TreeDrawingNodeInfo |
| class | bpp::DrawINodeEvent |
| Event class that uses INode object (more efficient than relying on nodes id, but less generic). More... | |
| class | bpp::DrawIBranchEvent |
| Event class that uses INode object (more efficient than relying on nodes id, but less generic). More... | |
| class | bpp::AbstractTreeDrawing |
| Partial implementation of the TreeDrawing interface. More... | |
Namespaces | |
| bpp | |
Typedefs | |
| typedef NodeTemplate< TreeDrawingNodeInfo > | bpp::INode |