FAST  3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
MeshFileStreamer.hpp
Go to the documentation of this file.
1 #ifndef FAST_MESH_FILE_STREAMER_HPP_
2 #define FAST_MESH_FILE_STREAMER_HPP_
3 
5 
6 namespace fast {
7 
8 class FAST_EXPORT MeshFileStreamer : public FileStreamer {
10  protected:
11  DataObject::pointer getDataFrame(std::string filename);
12  private:
14 
15 };
16 
17 } // end namespace fast
18 
19 #endif
fast
Definition: AffineTransformation.hpp:7
FileStreamer.hpp
FAST_OBJECT
#define FAST_OBJECT(className)
Definition: Object.hpp:9
fast::FileStreamer
Definition: FileStreamer.hpp:13
fast::DataObject::pointer
std::shared_ptr< DataObject > pointer
Definition: DataObject.hpp:16
fast::MeshFileStreamer
Definition: MeshFileStreamer.hpp:8