Ejemplo n.º 1
0
/// <summary>
/// Creates the corresponding geometry graph
/// </summary>
        virtual public void CreateGeometryGraph()
        {
            this.GeometryGraph = CreateLayoutGraph.Create(this);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// creates the geometry graph corresponding to the tree
 /// </summary>
 public override void CreateGeometryGraph()
 {
     this.GeometryGraph = CreateLayoutGraph.CreatePhyloTree(this);
 }