VizualizerWPF
|
Class to read drawing from file, create and store graphs More...
Public Member Functions | |
GraphGenerator (int n) | |
GraphGenerator () | |
void | CloseFile () |
GraphCoordinates | GetTopicalDrawing () |
GraphCoordinates | GenerateNextDrawing () |
Get next drawing More... | |
GraphCoordinates | GeneratePreviousDrawing () |
Get previous drawing by going from the beggining of the file (the reopeing of the file is done in the method calling this one) More... | |
Data Fields | |
int | counter |
Properties | |
int | SizeOfGraph ../../../data/savedGraphs.txt" [get, set] |
Private Member Functions | |
List< double[]> | SortFromStartToEnd (List< string[]> line) |
Function to sort order of points to create continous edge More... | |
GraphCoordinates | ReadUntillNextRS (bool skip=false) |
Read whole points and lines of cliques and generate graph out of it More... | |
Private Attributes | |
GraphCoordinates | graphCoordinates = new GraphCoordinates() |
readonly StreamReader | streamReader |
Class to read drawing from file, create and store graphs
VizualizerWPF.GraphGenerator.GraphGenerator | ( | int | n | ) |
VizualizerWPF.GraphGenerator.GraphGenerator | ( | ) |
void VizualizerWPF.GraphGenerator.CloseFile | ( | ) |
GraphCoordinates VizualizerWPF.GraphGenerator.GenerateNextDrawing | ( | ) |
Get next drawing
GraphCoordinates VizualizerWPF.GraphGenerator.GeneratePreviousDrawing | ( | ) |
Get previous drawing by going from the beggining of the file (the reopeing of the file is done in the method calling this one)
GraphCoordinates VizualizerWPF.GraphGenerator.GetTopicalDrawing | ( | ) |
|
private |
Read whole points and lines of cliques and generate graph out of it
|
private |
Function to sort order of points to create continous edge
line | One line |
int VizualizerWPF.GraphGenerator.counter |
|
private |
|
private |
|
getset |