VizualizerWPF
Vertex.cs File Reference

Data Structures

struct  VizualizerWPF.Vertex
 Struct to store vertices

Parameters
ellipseDrawing of vertex
centerCenter of vertex
stateState of vertex

Implementing IEqualityComparer <Vertex> , IEquatable <Vertex> to index HashSet and Dictionary More...

 

Namespaces

namespace  VizualizerWPF
 In MainWindow.xaml we have one mainCanvas, topbar for setting constant and resizing/closing the window There are also some information about a drawing. To operate with the drawing, there are some buttons to help us, adding, removing, ... Then values we want to consider are shown, for more see User's guide
 

Enumerations

enum class  VizualizerWPF.VertexState { VizualizerWPF.Intersection , VizualizerWPF.Regular , VizualizerWPF.Middle }
 Enum to recongize state of vertex More...