C# Class Knot3.ExtremeTests.ExtremeKnots

显示文件 Open project: knot3/knot3-code

Public Properties

Property Type Description
SquareKnot_TestLengths int[]
knot Knot

Public Methods

Method Description
CreateSquareKnot ( int numberOfEdges, string knotName ) : void
LoadSquareKnot ( string knotName ) : void
SaveSquareKnot ( int numberOfEdges, string knotName ) : void
generateTestKnots ( ) : void

Private Methods

Method Description
ExtremeKnots ( ) : System

Method Details

CreateSquareKnot() public static method

public static CreateSquareKnot ( int numberOfEdges, string knotName ) : void
numberOfEdges int
knotName string
return void

LoadSquareKnot() public static method

public static LoadSquareKnot ( string knotName ) : void
knotName string
return void

SaveSquareKnot() public static method

public static SaveSquareKnot ( int numberOfEdges, string knotName ) : void
numberOfEdges int
knotName string
return void

generateTestKnots() public static method

public static generateTestKnots ( ) : void
return void

Property Details

SquareKnot_TestLengths public_oe static_oe property

public static int[] SquareKnot_TestLengths
return int[]

knot public_oe static_oe property

public static Knot knot
return Knot