FAST  3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
MetaImageImporter.hpp
Go to the documentation of this file.
1 #ifndef META_IMAGE_IMPORTER_HPP_
2 #define META_IMAGE_IMPORTER_HPP_
3 
4 #include "Importer.hpp"
5 
6 namespace fast {
7 
8 class FAST_EXPORT MetaImageImporter : public Importer {
10  public:
11  void setFilename(std::string filename);
12  private:
14  std::string mFilename;
15  void execute();
16 };
17 
18 } // end namespace fast
19 
20 #endif
fast::MetaImageImporter
Definition: MetaImageImporter.hpp:8
fast
Definition: AffineTransformation.hpp:7
FAST_OBJECT
#define FAST_OBJECT(className)
Definition: Object.hpp:9
Importer.hpp
fast::Importer
Definition: Importer.hpp:8