C# 클래스 Smrf.NodeXL.Core.Graph.VertexMapper

Helper struct used for cloning the graph's vertices.
The Graph.Clone method uses this structure to map vertices in the original graph to the corresponding vertices in the in the new graph.

This struct is nested within the Graph class.

파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
VertexMapper ( Object oOriginalVertexTag, IVertex oNewVertex ) : System

Initializes a new instance of the VertexMapper class.

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

VertexMapper() 공개 메소드

Initializes a new instance of the VertexMapper class.
public VertexMapper ( Object oOriginalVertexTag, IVertex oNewVertex ) : System
oOriginalVertexTag Object /// Value of the property of the /// original vertex. Can be null. ///
oNewVertex IVertex /// New vertex that corresponds to the original vertex. Can't be null. ///
리턴 System