Interaction logic for MainWindow.xaml. More...
Definition at line 21 of file MainWindow.xaml.cs.
EdgeClustering.MainWindow.MainWindow | ( | ) |
Definition at line 43 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.LoadGraph | ( | String | filename | ) |
Definition at line 27 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.LoadRandomGraph | ( | ) |
Definition at line 31 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.IsInitialized | ( | object | sender, | |
EventArgs | e | |||
) | [private] |
Definition at line 78 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.canvas1_MouseDown | ( | object | sender, | |
MouseButtonEventArgs | e | |||
) | [private] |
Definition at line 83 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.canvas1_MouseUp | ( | object | sender, | |
MouseButtonEventArgs | e | |||
) | [private] |
Definition at line 96 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.slider1_ValueChanged | ( | object | sender, | |
RoutedPropertyChangedEventArgs< double > | e | |||
) | [private] |
Definition at line 109 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.Window_PreviewMouseWheel | ( | object | sender, | |
MouseWheelEventArgs | e | |||
) | [private] |
Definition at line 117 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.Window_MouseMove | ( | object | sender, | |
MouseEventArgs | e | |||
) | [private] |
Definition at line 131 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.GraphImport_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 155 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.LoadConfig_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 178 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.SaveConfig_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 206 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.DebugRandomGraph_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 231 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.SaveGraph_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 236 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.Compute_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 261 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.ComputeButton_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 270 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.OriginalGraphColor_SelectedColorChanged | ( | Color | obj | ) | [private] |
Definition at line 284 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.Segments_ColorChanged | ( | Color | obj | ) | [private] |
Definition at line 292 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.MergedSegments_ColorChanged | ( | Color | obj | ) | [private] |
Definition at line 299 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.KDEPeaks_ColorChanged | ( | Color | obj | ) | [private] |
Definition at line 305 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.SegmentsNormal_ColorChanged | ( | Color | obj | ) | [private] |
Definition at line 311 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.ControlPoints_SelectedColorChanged | ( | Color | obj | ) | [private] |
Definition at line 317 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.CustomColorPicker_SelectedColorChanged | ( | Color | obj | ) | [private] |
Definition at line 323 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.CustomColorPicker_SelectedColorChanged_1 | ( | Color | obj | ) | [private] |
Definition at line 329 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.InitSettings | ( | ) |
Definition at line 334 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.GraphVisibleCheckbox_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 360 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.SegmentsVisibleCheckbox_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 366 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.MergedSegmentsVisibleCheckbox_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 372 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.KDEPeaksVisibleCheckbox_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 378 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.SegmentNormalsVisibleCheckbox_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 384 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.ControlPointsVisibleCheckbox_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 390 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.ControlMeshVisibleCheckbox_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 396 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.EnhancedGraphVisibleCeckbox_Click | ( | object | sender, | |
RoutedEventArgs | e | |||
) | [private] |
Definition at line 402 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.GridSizeSlider_ValueChanged | ( | object | sender, | |
RoutedPropertyChangedEventArgs< double > | e | |||
) | [private] |
Definition at line 408 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.KDEAngleSlider_ValueChanged | ( | object | sender, | |
RoutedPropertyChangedEventArgs< double > | e | |||
) | [private] |
Definition at line 414 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.KDEThresholdSlider_ValueChanged | ( | object | sender, | |
RoutedPropertyChangedEventArgs< double > | e | |||
) | [private] |
Definition at line 431 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.MergeAngleSlider_ValueChanged | ( | object | sender, | |
RoutedPropertyChangedEventArgs< double > | e | |||
) | [private] |
Definition at line 437 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.UpdateGUI | ( | ) | [private] |
Definition at line 443 of file MainWindow.xaml.cs.
void EdgeClustering.MainWindow.InitializeComponent | ( | ) |
InitializeComponent.
Definition at line 266 of file MainWindow.g.cs.
void System.Windows.Markup.IComponentConnector. EdgeClustering.MainWindow.Connect | ( | int | connectionId, | |
object | target | |||
) | [private] |
Definition at line 285 of file MainWindow.g.cs.
void EdgeClustering.MainWindow.InitializeComponent | ( | ) |
InitializeComponent.
Definition at line 266 of file MainWindow.g.i.cs.
void System.Windows.Markup.IComponentConnector. EdgeClustering.MainWindow.Connect | ( | int | connectionId, | |
object | target | |||
) | [private] |
Definition at line 285 of file MainWindow.g.i.cs.
Point EdgeClustering.MainWindow.mousePoint [private] |
Definition at line 23 of file MainWindow.xaml.cs.
ScaleTransform EdgeClustering.MainWindow.transform [private] |
Definition at line 24 of file MainWindow.xaml.cs.
Graph EdgeClustering.MainWindow._graph [private] |
Definition at line 25 of file MainWindow.xaml.cs.
GraphDrawer EdgeClustering.MainWindow.gdrawer [private] |
Definition at line 26 of file MainWindow.xaml.cs.
internal System Windows Controls Menu EdgeClustering.MainWindow::menu1 [private] |
Definition at line 47 of file MainWindow.g.cs.
internal System Windows Controls Canvas EdgeClustering.MainWindow::canvas1 [private] |
Definition at line 55 of file MainWindow.g.cs.
internal System Windows Controls Canvas EdgeClustering.MainWindow::SettingsCanvas [private] |
Definition at line 63 of file MainWindow.g.cs.
internal System Windows Controls GroupBox EdgeClustering.MainWindow::groupBox1 [private] |
Definition at line 71 of file MainWindow.g.cs.
internal System Windows Controls CheckBox EdgeClustering.MainWindow::GraphVisibleCheckbox [private] |
Definition at line 79 of file MainWindow.g.cs.
internal DropDownCustomColorPicker CustomColorPicker EdgeClustering.MainWindow::OriginalGraphColor [private] |
Definition at line 87 of file MainWindow.g.cs.
internal System Windows Controls Label EdgeClustering.MainWindow::label1 [private] |
Definition at line 95 of file MainWindow.g.cs.
internal System Windows Controls CheckBox EdgeClustering.MainWindow::SegmentsVisibleCheckbox [private] |
Definition at line 103 of file MainWindow.g.cs.
internal DropDownCustomColorPicker CustomColorPicker EdgeClustering.MainWindow::customColorPicker2 [private] |
Definition at line 111 of file MainWindow.g.cs.
internal System Windows Controls CheckBox EdgeClustering.MainWindow::MergedSegmentsVisibleCheckbox [private] |
Definition at line 119 of file MainWindow.g.cs.
internal System Windows Controls CheckBox EdgeClustering.MainWindow::KDEPeaksVisibleCheckbox [private] |
Definition at line 127 of file MainWindow.g.cs.
internal DropDownCustomColorPicker CustomColorPicker EdgeClustering.MainWindow::customColorPicker3 [private] |
Definition at line 135 of file MainWindow.g.cs.
internal System Windows Controls CheckBox EdgeClustering.MainWindow::SegmentNormalsVisibleCheckbox [private] |
Definition at line 143 of file MainWindow.g.cs.
internal DropDownCustomColorPicker CustomColorPicker EdgeClustering.MainWindow::customColorPicker4 [private] |
Definition at line 151 of file MainWindow.g.cs.
internal System Windows Controls CheckBox EdgeClustering.MainWindow::ControlPointsVisibleCheckbox [private] |
Definition at line 159 of file MainWindow.g.cs.
internal System Windows Controls CheckBox EdgeClustering.MainWindow::ControlMeshVisibleCheckbox [private] |
Definition at line 167 of file MainWindow.g.cs.
internal System Windows Controls CheckBox EdgeClustering.MainWindow::EnhancedGraphVisibleCeckbox [private] |
Definition at line 175 of file MainWindow.g.cs.
internal System Windows Controls GroupBox EdgeClustering.MainWindow::groupBox2 [private] |
Definition at line 183 of file MainWindow.g.cs.
internal System Windows Controls Button EdgeClustering.MainWindow::ComputeButton [private] |
Definition at line 191 of file MainWindow.g.cs.
internal System Windows Controls Slider EdgeClustering.MainWindow::GridSizeSlider [private] |
Definition at line 199 of file MainWindow.g.cs.
internal System Windows Controls TextBlock EdgeClustering.MainWindow::GridSizeTextBlock [private] |
Definition at line 207 of file MainWindow.g.cs.
internal System Windows Controls Slider EdgeClustering.MainWindow::KDEAngleSlider [private] |
Definition at line 215 of file MainWindow.g.cs.
internal System Windows Controls TextBlock EdgeClustering.MainWindow::KDEAngleTextBlock [private] |
Definition at line 223 of file MainWindow.g.cs.
internal System Windows Controls Slider EdgeClustering.MainWindow::KDEThresholdSlider [private] |
Definition at line 231 of file MainWindow.g.cs.
internal System Windows Controls TextBlock EdgeClustering.MainWindow::KDEThresholdTextblock [private] |
Definition at line 239 of file MainWindow.g.cs.
internal System Windows Controls Slider EdgeClustering.MainWindow::MergeAngleSlider [private] |
Definition at line 247 of file MainWindow.g.cs.
internal System Windows Controls TextBlock EdgeClustering.MainWindow::MergeAngleTextbox [private] |
Definition at line 255 of file MainWindow.g.cs.
bool EdgeClustering.MainWindow::_contentLoaded [private] |
Definition at line 260 of file MainWindow.g.cs.