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
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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