C# Class 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.

Inheritance: Motif
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_aoLeafVertices IVertex[]
m_dArcScale Double
m_oHeadVertex IVertex

Méthodes publiques

Méthode Description
AssertValid ( ) : void
FanMotif ( IVertex headVertex, IVertex leafVertices ) : System

Initializes a new instance of the FanMotif class.

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

FanMotif() public méthode

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. ///
Résultat System

Property Details

m_aoLeafVertices protected_oe property

protected IVertex[] m_aoLeafVertices
Résultat IVertex[]

m_dArcScale protected_oe property

protected Double m_dArcScale
Résultat Double

m_oHeadVertex protected_oe property

protected IVertex m_oHeadVertex
Résultat IVertex