Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/CLI/ExtractSkeleton/SkelGraph.h>
Public Member Functions | |
skel_branch () | |
Public Attributes | |
double | acc_length |
std::deque< int > | acc_path |
int | branchID |
std::deque< int > | end_1_neighbors |
Coord3i | end_1_point |
std::deque< int > | end_2_neighbors |
Coord3i | end_2_point |
double | length |
std::deque< int > | max_path |
double | max_path_length |
std::deque< Coord3i > | points |
Definition at line 21 of file SkelGraph.h.
|
inline |
Definition at line 23 of file SkelGraph.h.
double skel_branch::acc_length |
Definition at line 34 of file SkelGraph.h.
std::deque<int> skel_branch::acc_path |
Definition at line 35 of file SkelGraph.h.
int skel_branch::branchID |
Definition at line 30 of file SkelGraph.h.
std::deque<int> skel_branch::end_1_neighbors |
Definition at line 42 of file SkelGraph.h.
Coord3i skel_branch::end_1_point |
Definition at line 40 of file SkelGraph.h.
std::deque<int> skel_branch::end_2_neighbors |
Definition at line 43 of file SkelGraph.h.
Coord3i skel_branch::end_2_point |
Definition at line 41 of file SkelGraph.h.
double skel_branch::length |
Definition at line 31 of file SkelGraph.h.
std::deque<int> skel_branch::max_path |
Definition at line 38 of file SkelGraph.h.
double skel_branch::max_path_length |
Definition at line 37 of file SkelGraph.h.
std::deque<Coord3i> skel_branch::points |
Definition at line 32 of file SkelGraph.h.