Slicer
4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/CLI/ExtractSkeleton/SkelGraph.h>
Public Attributes | |
double | acc_length |
list< int > * | acc_path |
int | branchID |
list< int > * | end_1_neighbors |
point * | end_1_point |
list< int > * | end_2_neighbors |
point * | end_2_point |
double | length |
double | max_length |
list< int > * | max_path |
Definition at line 22 of file SkelGraph.h.
double skel_branch_struct::acc_length |
Definition at line 27 of file SkelGraph.h.
list<int>* skel_branch_struct::acc_path |
Definition at line 28 of file SkelGraph.h.
int skel_branch_struct::branchID |
Definition at line 24 of file SkelGraph.h.
list<int>* skel_branch_struct::end_1_neighbors |
Definition at line 35 of file SkelGraph.h.
point* skel_branch_struct::end_1_point |
Definition at line 33 of file SkelGraph.h.
list<int>* skel_branch_struct::end_2_neighbors |
Definition at line 36 of file SkelGraph.h.
point* skel_branch_struct::end_2_point |
Definition at line 34 of file SkelGraph.h.
double skel_branch_struct::length |
Definition at line 25 of file SkelGraph.h.
double skel_branch_struct::max_length |
Definition at line 30 of file SkelGraph.h.
list<int>* skel_branch_struct::max_path |
Definition at line 31 of file SkelGraph.h.