C# Class Vertice, gmap377_leathGloves_inc

Show file Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Public Methods

Method Description
Add ( int vert ) : void

Add vertice to array list of connecting vertices

Vertice ( int _key, bool _duplicatePoint, VertexNavigation, _vertexNavigation ) : System.Collections

Initializes a new instance of the Vertice class.

getMoves ( ) : List

Get array list

Method Details

Add() public method

Add vertice to array list of connecting vertices
public Add ( int vert ) : void
vert int
return void

Vertice() public method

Initializes a new instance of the Vertice class.
public Vertice ( int _key, bool _duplicatePoint, VertexNavigation, _vertexNavigation ) : System.Collections
_key int _key.
_duplicatePoint bool If set to true duplicate point.
_vertexNavigation VertexNavigation,
return System.Collections

getMoves() public method

Get array list
public getMoves ( ) : List
return List