bpp-phyl3  3.0.0
AbstractDendrogramPlot.cpp
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: The Bio++ Development Group
2 //
3 // SPDX-License-Identifier: CECILL-2.1
4 
6 
7 using namespace bpp;
8 using namespace std;
9 
14 
16 {
17  gDevice.setCurrentPointSize(getDisplaySettings().pointSize);
18  drawDendrogram_(gDevice);
19 }
void plot(GraphicDevice &gDevice) const
Plot the tree onto the specified device.
virtual void setCurrentPointSize(unsigned int size)=0
Defines the basic types of data flow nodes.