bpp-phyl3
3.0.0
|
#include "../Tree/NodeTemplate.h"
#include "../Tree/TreeTemplate.h"
#include "TreeDrawing.h"
#include "TreeDrawingListener.h"
#include <vector>
#include <string>
#include <memory>
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 | |
Defines the basic types of data flow nodes. | |
Typedefs | |
typedef NodeTemplate< TreeDrawingNodeInfo > | bpp::INode |