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

Represents a fan motif.
See the Motifs enumeration for the definition of a fan motif. Note that a fan motif includes both its HeadVertex and its LeafVertices.

This class is designed in a way that guarantees that an instance of the class is a valid fan motif.

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_aoLeafVertices IVertex[]
m_dArcScale Double
m_oHeadVertex IVertex

공개 메소드들

메소드 설명
AssertValid ( ) : void
FanMotif ( IVertex headVertex, IVertex leafVertices ) : System

Initializes a new instance of the FanMotif class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

FanMotif() 공개 메소드

Initializes a new instance of the FanMotif class.
public FanMotif ( IVertex headVertex, IVertex leafVertices ) : System
headVertex IVertex /// The fan's head vertex. ///
leafVertices IVertex /// An array of two or more leaf vertices. ///
리턴 System

프로퍼티 상세

m_aoLeafVertices 보호되어 있는 프로퍼티

protected IVertex[] m_aoLeafVertices
리턴 IVertex[]

m_dArcScale 보호되어 있는 프로퍼티

protected Double m_dArcScale
리턴 Double

m_oHeadVertex 보호되어 있는 프로퍼티

protected IVertex m_oHeadVertex
리턴 IVertex