Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Attributes
skel_branch_struct Struct Reference

#include <Modules/CLI/ExtractSkeleton/SkelGraph.h>

Collaboration diagram for skel_branch_struct:
Collaboration graph
[legend]

Public Attributes

double acc_length
 
list< int > * acc_path
 
int branchID
 
list< int > * end_1_neighbors
 
pointend_1_point
 
list< int > * end_2_neighbors
 
pointend_2_point
 
double length
 
double max_length
 
list< int > * max_path
 

Detailed Description

Definition at line 22 of file SkelGraph.h.

Member Data Documentation

◆ acc_length

double skel_branch_struct::acc_length

Definition at line 27 of file SkelGraph.h.

◆ acc_path

list<int>* skel_branch_struct::acc_path

Definition at line 28 of file SkelGraph.h.

◆ branchID

int skel_branch_struct::branchID

Definition at line 24 of file SkelGraph.h.

◆ end_1_neighbors

list<int>* skel_branch_struct::end_1_neighbors

Definition at line 35 of file SkelGraph.h.

◆ end_1_point

point* skel_branch_struct::end_1_point

Definition at line 33 of file SkelGraph.h.

◆ end_2_neighbors

list<int>* skel_branch_struct::end_2_neighbors

Definition at line 36 of file SkelGraph.h.

◆ end_2_point

point* skel_branch_struct::end_2_point

Definition at line 34 of file SkelGraph.h.

◆ length

double skel_branch_struct::length

Definition at line 25 of file SkelGraph.h.

◆ max_length

double skel_branch_struct::max_length

Definition at line 30 of file SkelGraph.h.

◆ max_path

list<int>* skel_branch_struct::max_path

Definition at line 31 of file SkelGraph.h.


The documentation for this struct was generated from the following file: