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