17 #ifndef mitkConnectomicsNetworkConverter_h
18 #define mitkConnectomicsNetworkConverter_h
20 #include <itkObject.h>
21 #include <itkObjectFactory.h>
26 #include <MitkConnectomicsExports.h>
42 itkFactorylessNewMacro(Self)
61 vnl_matrix<
double> GetNetworkAsVNLAdjacencyMatrix();
62 vnl_matrix<
double> GetNetworkAsVNLDegreeMatrix();
68 ~ConnectomicsNetworkConverter();
77 #endif // mitkConnectomicsNetworkConverter_h
std::map< EdgeDescriptorType, int > EdgeIndexStdMapType
DataCollection - Class to facilitate loading/accessing structured data.
boost::graph_traits< NetworkType >::adjacency_iterator AdjacencyIteratorType
boost::property_map< NetworkType, boost::vertex_index_t >::type VertexIndexMapType
mitk::ConnectomicsNetwork::VertexDescriptorType VertexDescriptorType
#define mitkClassMacroItkParent(className, SuperClassName)
boost::associative_property_map< EdgeIndexStdMapType > EdgeIndexMapType
mitk::ConnectomicsNetwork::EdgeDescriptorType EdgeDescriptorType
boost::iterator_property_map< std::vector< double >::iterator, EdgeIndexMapType > EdgeIteratorPropertyMapType
mitk::ConnectomicsNetwork::NetworkType NetworkType
A class giving functions for conversion of connectomics networks into different formats.
Connectomics Network Class.
boost::graph_traits< NetworkType >::vertex_iterator VertexIteratorType
boost::iterator_property_map< std::vector< double >::iterator, VertexIndexMapType > VertexIteratorPropertyMapType