Developer documentation
Version 3.0.3-105-gd3941f44
connectome.h File Reference

Go to the source code of this file.

Classes

class  MR::GUI::MRView::Tool::Connectome
 

Namespaces

namespace  MR
 
namespace  MR::Connectome
 
namespace  MR::GUI
 
namespace  MR::GUI::MRView
 
namespace  MR::GUI::MRView::Tool
 

Typedefs

using MR::Connectome::node_t = uint32_t
 
using MR::Connectome::value_type = default_type
 
using MR::Connectome::matrix_type = Eigen::Array< value_type, Eigen::Dynamic, Eigen::Dynamic >
 
using MR::Connectome::vector_type = Eigen::Array< value_type, Eigen::Dynamic, 1 >
 
using MR::Connectome::mask_type = Eigen::Array< bool, Eigen::Dynamic, Eigen::Dynamic >
 

Functions

template<class MatrixType >
void MR::Connectome::check (const MatrixType &in, const node_t num_nodes=0)
 
template<class MatrixType >
bool MR::Connectome::is_directed (MatrixType &in)
 
template<class MatrixType >
void MR::Connectome::to_symmetric (MatrixType &in)
 
template<class MatrixType >
void MR::Connectome::to_upper (MatrixType &in)
 
void MR::Connectome::check (const Header &)
 

Variables

const App::OptionGroup MR::Connectome::MatrixOutputOptions