VizualizerWPF
|
Data Structures | |||||||
struct | VizualizerWPF.Vertex | ||||||
Struct to store vertices
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... | |