Esempio n. 1
0
 /// <summary>
 /// 
 /// </summary>
 /// <param name="nodeList"></param>
 NodeVertexIterator(SegmentNodeList nodeList)
 {
     this.nodeList = nodeList;
     edge = nodeList.Edge;
     nodeIt = nodeList.GetEnumerator();
 }
Esempio n. 2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="nodeList"></param>
 NodeVertexIterator(SegmentNodeList nodeList)
 {
     this.nodeList = nodeList;
     edge          = nodeList.Edge;
     nodeIt        = nodeList.GetEnumerator();
 }