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

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

Collaboration diagram for skel_branch:
Collaboration graph
[legend]

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< Coord3ipoints
 

Detailed Description

Definition at line 21 of file SkelGraph.h.

Constructor & Destructor Documentation

◆ skel_branch()

skel_branch::skel_branch ( )
inline

Definition at line 23 of file SkelGraph.h.

Member Data Documentation

◆ acc_length

double skel_branch::acc_length

Definition at line 34 of file SkelGraph.h.

◆ acc_path

std::deque<int> skel_branch::acc_path

Definition at line 35 of file SkelGraph.h.

◆ branchID

int skel_branch::branchID

Definition at line 30 of file SkelGraph.h.

◆ end_1_neighbors

std::deque<int> skel_branch::end_1_neighbors

Definition at line 42 of file SkelGraph.h.

◆ end_1_point

Coord3i skel_branch::end_1_point

Definition at line 40 of file SkelGraph.h.

◆ end_2_neighbors

std::deque<int> skel_branch::end_2_neighbors

Definition at line 43 of file SkelGraph.h.

◆ end_2_point

Coord3i skel_branch::end_2_point

Definition at line 41 of file SkelGraph.h.

◆ length

double skel_branch::length

Definition at line 31 of file SkelGraph.h.

◆ max_path

std::deque<int> skel_branch::max_path

Definition at line 38 of file SkelGraph.h.

◆ max_path_length

double skel_branch::max_path_length

Definition at line 37 of file SkelGraph.h.

◆ points

std::deque<Coord3i> skel_branch::points

Definition at line 32 of file SkelGraph.h.


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