creaImageIOSimpleView.h

Go to the documentation of this file.
00001 #include <boost/filesystem/path.hpp>
00002 #include <boost/filesystem.hpp>
00003 #include <boost/utility.hpp>
00004 #include "creaImageIOImageReader.h"
00005 
00006 namespace creaImageIO
00007 {
00008         class SimpleView
00009         {
00010         public:
00012                 SimpleView(){}
00013 
00015                 ~SimpleView(){}
00016                 
00018                 bool readFile( std::vector<std::string> i_filenames, std::vector< vtkImageData *> &i_img);
00019 
00021                 bool readDirectory(const std::string i_pathname, std::vector< vtkImageData *> &i_imgs);
00022 
00023         };
00024 }