v2.0.0
Loading...
Searching...
No Matches
CONNLIB::Network Member List

This is the complete list of members for CONNLIB::Network, including all inherited members.

append(QSharedPointer< NetworkEdge > newEdge)CONNLIB::Network
append(QSharedPointer< NetworkNode > newNode)CONNLIB::Network
ConstSPtr typedefCONNLIB::Network
getConnectivityMethod() constCONNLIB::Network
getEdgeAt(int i)CONNLIB::Network
getFFTSize()CONNLIB::Network
getFrequencyRange() constCONNLIB::Network
getFullConnectivityMatrix(bool bGetMirroredVersion=true) constCONNLIB::Network
getFullDistribution() constCONNLIB::Network
getFullEdges() constCONNLIB::Network
getMinMaxFullDegrees() constCONNLIB::Network
getMinMaxFullIndegrees() constCONNLIB::Network
getMinMaxFullOutdegrees() constCONNLIB::Network
getMinMaxFullWeights() constCONNLIB::Network
getMinMaxThresholdedDegrees() constCONNLIB::Network
getMinMaxThresholdedIndegrees() constCONNLIB::Network
getMinMaxThresholdedOutdegrees() constCONNLIB::Network
getMinMaxThresholdedWeights() constCONNLIB::Network
getNodeAt(int i)CONNLIB::Network
getNodes() constCONNLIB::Network
getSamplingFrequency() constCONNLIB::Network
getThreshold()CONNLIB::Network
getThresholdedConnectivityMatrix(bool bGetMirroredVersion=true) constCONNLIB::Network
getThresholdedDistribution() constCONNLIB::Network
getThresholdedEdges() constCONNLIB::Network
getUsedFreqBins() constCONNLIB::Network
getVisualizationInfo() constCONNLIB::Network
isEmpty() constCONNLIB::Network
m_dThresholdCONNLIB::Networkprotected
m_fSFreqCONNLIB::Networkprotected
m_iFFTSizeCONNLIB::Networkprotected
m_iNumberFreqBinsCONNLIB::Networkprotected
m_lFullEdgesCONNLIB::Networkprotected
m_lNodesCONNLIB::Networkprotected
m_lThresholdedEdgesCONNLIB::Networkprotected
m_matDistMatrixCONNLIB::Networkprotected
m_minMaxFrequencyCONNLIB::Networkprotected
m_minMaxFullWeightsCONNLIB::Networkprotected
m_minMaxThresholdedWeightsCONNLIB::Networkprotected
m_sConnectivityMethodCONNLIB::Networkprotected
m_visualizationInfoCONNLIB::Networkprotected
Network(const QString &sConnectivityMethod="Unknown", double dThreshold=0.0)CONNLIB::Networkexplicit
normalize()CONNLIB::Network
setConnectivityMethod(const QString &sConnectivityMethod)CONNLIB::Network
setFFTSize(int iFFTSize)CONNLIB::Network
setFrequencyRange(float fLowerFreq, float fUpperFreq)CONNLIB::Network
setSamplingFrequency(float fSFreq)CONNLIB::Network
setThreshold(double dThreshold=0.0)CONNLIB::Network
setUsedFreqBins(int iNumberFreqBins)CONNLIB::Network
setVisualizationInfo(const VisualizationInfo &visualizationInfo)CONNLIB::Network
SPtr typedefCONNLIB::Network