|
bpp-phyl
2.2.0
|
Event class that uses INode object (more efficient than relying on nodes id, but less generic). More...
#include <Bpp/Phyl/Graphics/AbstractTreeDrawing.h>
Inheritance diagram for bpp::DrawIBranchEvent:
Collaboration diagram for bpp::DrawIBranchEvent:Public Member Functions | |
| DrawIBranchEvent (const TreeDrawing *source, GraphicDevice *gd, const INode *node, const Cursor &cursor) | |
| DrawIBranchEvent (const DrawIBranchEvent &dne) | |
| DrawIBranchEvent & | operator= (const DrawIBranchEvent &dne) |
| const INode * | getINode () const |
| virtual const TreeDrawing * | getTreeDrawing () const |
| virtual GraphicDevice * | getGraphicDevice () const |
| virtual int | getNodeId () const |
| virtual const Cursor & | getCursor () const |
| virtual Cursor | getBranchCursor (double position) const =0 |
Private Attributes | |
| const INode * | node_ |
Event class that uses INode object (more efficient than relying on nodes id, but less generic).
Definition at line 118 of file AbstractTreeDrawing.h.
|
inline |
Definition at line 125 of file AbstractTreeDrawing.h.
|
inline |
Definition at line 130 of file AbstractTreeDrawing.h.
|
pure virtualinherited |
| position | The position of the point on the branch, as a proportion of the total branch length. |
Implemented in bpp::CladogramDrawBranchEvent, and bpp::PhylogramDrawBranchEvent.
|
inlinevirtualinherited |
Definition at line 197 of file TreeDrawing.h.
References bpp::DrawBranchEvent::cursor_.
Referenced by bpp::PhylogramDrawBranchEvent::getBranchCursor(), and bpp::CladogramDrawBranchEvent::getBranchCursor().
|
inlinevirtualinherited |
Definition at line 195 of file TreeDrawing.h.
References bpp::DrawBranchEvent::gd_.
|
inline |
Definition at line 142 of file AbstractTreeDrawing.h.
References node_.
Referenced by bpp::PhylogramDrawBranchEvent::getBranchCursor(), and bpp::CladogramDrawBranchEvent::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().
|
inline |
Definition at line 134 of file AbstractTreeDrawing.h.
References node_, and bpp::DrawBranchEvent::operator=().
|
private |
Definition at line 122 of file AbstractTreeDrawing.h.
Referenced by getINode(), and operator=().