18 #ifndef MITKCONNECTOMICSHISTOGRAMCACHE_H
19 #define MITKCONNECTOMICSHISTOGRAMCACHE_H
28 #include <MitkConnectomicsExports.h>
113 #endif // MITKCONNECTOMICSHISTOGRAMCACHE_H
ConnectomicsBetweennessHistogram * GetBetweennessHistogram()
ConnectomicsDegreeHistogram * GetDegreeHistogram()
ConnectomicsHistogramsContainer * GetHistograms()
ConnectomicsHistogramsContainer m_Container
A class to calculate and store the betweenness of each node.
Base of all data objects.
DataCollection - Class to facilitate loading/accessing structured data.
ConnectomicsDegreeHistogram m_DegreeHistogram
Superclass for histograms working with connectomic networks.
void ComputeFromBaseData(BaseData *baseData) override
ConnectomicsShortestPathHistogram * GetShortestPathHistogram()
A class to calculate and store the degree of each node.
virtual void ComputeFromBaseData(BaseData *source) override
Creates a new histogram from the source.
Abstract superclass for histograms with double values. Classes which are deriving from this class can...
ConnectomicsBetweennessHistogram m_BetweennessHistogram
Provides a method to cache network histograms.
A class to calculate and store the shortest path between each pair of nodes.
void ComputeFromBaseData(BaseData *baseData)
ConnectomicsShortestPathHistogram m_ShortestPathHistogram