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

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

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