Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/17/13 16:34:53 (11 years ago)
Author:
ascheibe
Message:

#1886

  • added point calculation from distance matrices
  • added convex hull algorithm based on LP (work in progress)
  • added unit tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/ConvexHullView.Designer.cs

    r10027 r10060  
    4040      // resultsTextBox
    4141      //
    42       this.resultsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    43             | System.Windows.Forms.AnchorStyles.Left)
     42      this.resultsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     43            | System.Windows.Forms.AnchorStyles.Left) 
    4444            | System.Windows.Forms.AnchorStyles.Right)));
    4545      this.resultsTextBox.Location = new System.Drawing.Point(3, 33);
     
    6464    #endregion
    6565
    66     private System.Windows.Forms.Button testConvexHullButton;
    67     private System.Windows.Forms.TextBox resultsTextBox;
     66    protected System.Windows.Forms.Button testConvexHullButton;
     67    protected System.Windows.Forms.TextBox resultsTextBox;
    6868
    6969  }
Note: See TracChangeset for help on using the changeset viewer.