Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkConnectomicsNetwork.h>
Public Attributes | |
int | id |
std::string | label |
std::vector< float > | coordinates |
Structs for the graph The Node
Definition at line 59 of file mitkConnectomicsNetwork.h.
std::vector< float > mitk::ConnectomicsNetwork::NetworkNode::coordinates |
Definition at line 63 of file mitkConnectomicsNetwork.h.
Referenced by mitk::ConnectomicsNetworkCreator::CreateNewNode().
int mitk::ConnectomicsNetwork::NetworkNode::id |
Definition at line 61 of file mitkConnectomicsNetwork.h.
Referenced by mitk::ConnectomicsBetweennessHistogram::CalculateUnweightedUndirectedBetweennessCentrality().
std::string mitk::ConnectomicsNetwork::NetworkNode::label |
Definition at line 62 of file mitkConnectomicsNetwork.h.
Referenced by mitk::ConnectomicsNetworkCreator::CreateNewNode().