FAST  3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
Importer.hpp
Go to the documentation of this file.
1 #ifndef IMPORTER_HPP_
2 #define IMPORTER_HPP_
3 
4 #include "FAST/ProcessObject.hpp"
5 
6 namespace fast {
7 
8 class FAST_EXPORT Importer : public ProcessObject {
9 
10 };
11 
12 } // end namespace fast
13 
14 
15 #endif /* IMPORTER_HPP_ */
fast
Definition: AffineTransformation.hpp:7
ProcessObject.hpp
fast::Importer
Definition: Importer.hpp:8
fast::ProcessObject
Definition: ProcessObject.hpp:22