FAST  3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
SegmentationVolumeReconstructor.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "FAST/ProcessObject.hpp"
4 
5 namespace fast {
6 
7 class Segmentation;
8 
9 class FAST_EXPORT SegmentationVolumeReconstructor : public ProcessObject {
11  public:
12  private:
14  void execute() override;
15 
16  std::shared_ptr<Segmentation> m_volume;
17 };
18 
19 }
fast
Definition: AffineTransformation.hpp:7
FAST_OBJECT
#define FAST_OBJECT(className)
Definition: Object.hpp:9
ProcessObject.hpp
fast::ProcessObject
Definition: ProcessObject.hpp:22
fast::SegmentationVolumeReconstructor
Definition: SegmentationVolumeReconstructor.hpp:9