C# 클래스 Smrf.NodeXL.Algorithms.DConnectorMotif

Represents a D-connector motif.
See the Motifs enumeration for the definition of a D-connector motif. Note that a D-connector motif includes only its . The AnchorVertices are provided by this class, but they are not actually a part of the motif.

This class is optimized for use by the algorithm that finds D-connector motifs. Because of that, it's possible to create an instance of this class that isn't actually a valid D-connector motif. Specifically, it's up to the caller to populate the SpanVertices collection, which starts out empty, with at least two span vertices.

상속: Motif
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_dSpanScale Double
m_oAnchorVertices List
m_oSpanVertices List

공개 메소드들

메소드 설명
AssertValid ( ) : void
DConnectorMotif ( List anchorVertices ) : System

Initializes a new instance of the DConnectorMotif class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

DConnectorMotif() 공개 메소드

Initializes a new instance of the DConnectorMotif class.
public DConnectorMotif ( List anchorVertices ) : System
anchorVertices List /// The motif's D anchor vertices. ///
리턴 System

프로퍼티 상세

m_dSpanScale 보호되어 있는 프로퍼티

protected Double m_dSpanScale
리턴 Double

m_oAnchorVertices 보호되어 있는 프로퍼티

protected List m_oAnchorVertices
리턴 List

m_oSpanVertices 보호되어 있는 프로퍼티

protected List m_oSpanVertices
리턴 List