Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Member Functions
SkelGraph Class Reference

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

Public Member Functions

void ExtractSkeletalGraph (const unsigned char *image, const int dim[3], const double spacing[3])
 
void FindMaximalPath ()
 
void PrintGraph ()
 
void SampleAlongMaximalPath (int requestedNumberOfPoints, std::deque< Coord3i > &axis_points)
 
 SkelGraph ()
 
virtual ~SkelGraph ()
 

Detailed Description

Definition at line 46 of file SkelGraph.h.

Constructor & Destructor Documentation

◆ SkelGraph()

SkelGraph::SkelGraph ( )

◆ ~SkelGraph()

virtual SkelGraph::~SkelGraph ( )
virtual

Member Function Documentation

◆ ExtractSkeletalGraph()

void SkelGraph::ExtractSkeletalGraph ( const unsigned char *  image,
const int  dim[3],
const double  spacing[3] 
)

◆ FindMaximalPath()

void SkelGraph::FindMaximalPath ( )

◆ PrintGraph()

void SkelGraph::PrintGraph ( )

◆ SampleAlongMaximalPath()

void SkelGraph::SampleAlongMaximalPath ( int  requestedNumberOfPoints,
std::deque< Coord3i > &  axis_points 
)

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