C# Class Analyzer.FanMotif

Inheritance: Motif, IGroup
Datei anzeigen Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_aoLeafVertices IVertex[]
m_dArcScale Double
m_oHeadVertex IVertex

Public Methods

Method Description
FanMotif ( IVertex headVertex, IVertex leafVertices ) : Smrf.NodeXL.Core

Method Details

FanMotif() public method

public FanMotif ( IVertex headVertex, IVertex leafVertices ) : Smrf.NodeXL.Core
headVertex IVertex
leafVertices IVertex
return Smrf.NodeXL.Core

Property Details

m_aoLeafVertices protected_oe property

protected IVertex[] m_aoLeafVertices
return IVertex[]

m_dArcScale protected_oe property

protected Double m_dArcScale
return Double

m_oHeadVertex protected_oe property

protected IVertex m_oHeadVertex
return IVertex