NCBI C++ ToolKit
|
#include <corelib/ncbistl.hpp>
#include <corelib/ncbitime.hpp>
#include <gui/widgets/phylo_tree/phylo_tree_scheme.hpp>
#include <gui/widgets/gl/ievent_handler.hpp>
#include <gui/widgets/wx/sticky_tooltip_handler.hpp>
#include <gui/widgets/phylo_tree/phylo_tree_lod.hpp>
#include <gui/widgets/phylo_tree/phylo_tree_label.hpp>
#include <gui/widgets/phylo_tree/phylo_tree.hpp>
#include <gui/widgets/phylo_tree/phylo_tree_boundary_shapes.hpp>
#include <gui/print/pdf.hpp>
#include <gui/utils/curve_bezier.hpp>
#include <gui/utils/rgba_color.hpp>
#include <gui/opengl/glcurve.hpp>
#include <gui/opengl/i3dframebuffer.hpp>
#include <gui/opengl/i3dtexture.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | IPhyloTreeRender |
struct | IPhyloTreeRender::FindSelState |
Predicate to find location of a node in above selection set. More... | |
struct | IPhyloTreeRender::NodePointer |
Structure holds a 'pointer' from an active tooltip to its corresponding node. More... | |
struct | IPhyloTreeRender::ProjectionElement |
A coord (in one of +x,-x,+y,-y) and pixel offset in the same direction. More... | |
class | IPhyloTreeRender::CExtentDimension |
This is a set of positions (for nodes) and associated x or y pixel offset values. More... | |
class | IPhyloTreeRender::CProjectionExtents |
This class extracts for each of the 4 directions (+x,-x,+y,-y) the maximum coordinates to which any element in the graph projects. More... | |
class | IPhyloTreeRender::ComputePixelHeight |