DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <project.h>
Public Member Functions | |
GraphPathStruct () | |
Public Attributes | |
mwSize * | ir |
mwSize * | jc |
int | m |
int | n |
long long | precision |
T * | start_weights |
T * | stop_weights |
T * | weights |
|
inline |
Definition at line 2254 of file project.h.
References utl::max().
mwSize* spams::GraphPathStruct< T >::ir |
Definition at line 2258 of file project.h.
Referenced by spams::GraphPath< T, Int >::init_graph().
mwSize* spams::GraphPathStruct< T >::jc |
Definition at line 2260 of file project.h.
Referenced by spams::GraphPath< T, Int >::init_graph().
int spams::GraphPathStruct< T >::m |
Definition at line 2262 of file project.h.
Referenced by spams::GraphPath< T, Int >::init_graph().
int spams::GraphPathStruct< T >::n |
Definition at line 2261 of file project.h.
Referenced by spams::GraphPath< T, Int >::init_graph().
long long spams::GraphPathStruct< T >::precision |
Definition at line 2263 of file project.h.
Referenced by spams::GraphPath< T, Int >::init_graph().
T* spams::GraphPathStruct< T >::start_weights |
Definition at line 2265 of file project.h.
Referenced by spams::GraphPath< T, Int >::init_graph().
T* spams::GraphPathStruct< T >::stop_weights |
Definition at line 2266 of file project.h.
Referenced by spams::GraphPath< T, Int >::init_graph().
T* spams::GraphPathStruct< T >::weights |
Definition at line 2264 of file project.h.
Referenced by spams::GraphPath< T, Int >::init_graph().