FAST  3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
RidgeTraversalCenterlineExtraction.hpp
Go to the documentation of this file.
1 #ifndef RIDGE_TRAVERSAL_CENTERLINE_EXTRACTION_HPP
2 #define RIDGE_TRAVERSAL_CENTERLINE_EXTRACTION_HPP
3 
4 #include "FAST/ProcessObject.hpp"
5 
6 namespace fast {
7 
10  public:
11  private:
13  void execute();
14 };
15 
16 }
17 
18 #endif
fast
Definition: AffineTransformation.hpp:7
FAST_OBJECT
#define FAST_OBJECT(className)
Definition: Object.hpp:9
ProcessObject.hpp
fast::RidgeTraversalCenterlineExtraction
Definition: RidgeTraversalCenterlineExtraction.hpp:8
fast::ProcessObject
Definition: ProcessObject.hpp:22