|
bpp-phyl
2.2.0
|
#include <Bpp/Phyl/Graphics/CladogramPlot.h>
Inheritance diagram for bpp::CladogramDrawBranchEvent:
Collaboration diagram for bpp::CladogramDrawBranchEvent:Public Member Functions | |
| CladogramDrawBranchEvent (const TreeDrawing *source, GraphicDevice *gd, const INode *node, double length_, const Cursor &cursor, short orientation) | |
| Cursor | getBranchCursor (double position) const |
| const INode * | getINode () const |
| virtual const TreeDrawing * | getTreeDrawing () const |
| virtual GraphicDevice * | getGraphicDevice () const |
| virtual int | getNodeId () const |
| virtual const Cursor & | getCursor () const |
Private Attributes | |
| double | orientation_ |
| double | length_ |
Definition at line 50 of file CladogramPlot.h.
| CladogramDrawBranchEvent::CladogramDrawBranchEvent | ( | const TreeDrawing * | source, |
| GraphicDevice * | gd, | ||
| const INode * | node, | ||
| double | length_, | ||
| const Cursor & | cursor, | ||
| short | orientation | ||
| ) |
Definition at line 49 of file CladogramPlot.cpp.
References orientation_, and bpp::AbstractDendrogramPlot::ORIENTATION_LEFT_TO_RIGHT.
|
virtual |
| position | The position of the point on the branch, as a proportion of the total branch length. |
Implements bpp::DrawBranchEvent.
Definition at line 55 of file CladogramPlot.cpp.
References bpp::DrawBranchEvent::getCursor(), bpp::DrawIBranchEvent::getINode(), bpp::Cursor::getTranslation(), length_, and orientation_.
|
inlinevirtualinherited |
Definition at line 197 of file TreeDrawing.h.
References bpp::DrawBranchEvent::cursor_.
Referenced by bpp::PhylogramDrawBranchEvent::getBranchCursor(), and getBranchCursor().
|
inlinevirtualinherited |
Definition at line 195 of file TreeDrawing.h.
References bpp::DrawBranchEvent::gd_.
|
inlineinherited |
Definition at line 142 of file AbstractTreeDrawing.h.
References bpp::DrawIBranchEvent::node_.
Referenced by bpp::PhylogramDrawBranchEvent::getBranchCursor(), and getBranchCursor().
|
inlinevirtualinherited |
Definition at line 196 of file TreeDrawing.h.
References bpp::DrawBranchEvent::id_.
Referenced by bpp::BranchLengthsTreeDrawingListener::afterDrawBranch(), and bpp::BootstrapValuesTreeDrawingListener::afterDrawBranch().
|
inlinevirtualinherited |
Definition at line 194 of file TreeDrawing.h.
References bpp::DrawBranchEvent::td_.
Referenced by bpp::PhylogramDrawBranchEvent::getBranchCursor().
|
private |
Definition at line 55 of file CladogramPlot.h.
Referenced by getBranchCursor().
|
private |
Definition at line 54 of file CladogramPlot.h.
Referenced by CladogramDrawBranchEvent(), and getBranchCursor().