Program: bbtk
Module: $RCSfile: bbtkInterpreter.h,v $
Language: C++
- Date: $Date: 2008/12/15 09:04:47 $
- Version: $Revision: 1.39 $
+ Date: $Date: 2010/09/12 23:15:15 $
+ Version: $Revision: 1.40 $
=========================================================================*/
/* ---------------------------------------------------------------------
void Debug(const std::string& arg);
-
+ /// Constructor
+ Interpreter(const std::string& cpp_file = "");
+
+ Interpreter(VirtualExec::Pointer);
+
private:
- /// Constructor
- Interpreter(const std::string& cpp_file = "");
-
- Interpreter(VirtualExec::Pointer);
void Init(VirtualExec::Pointer, const std::string& cpp_file);
Program: bbtk
Module: $RCSfile: bbitkImageSeriesReader.cxx,v $
Language: C++
- Date: $Date: 2009/06/24 08:08:57 $
- Version: $Revision: 1.10 $
+ Date: $Date: 2010/09/12 23:15:17 $
+ Version: $Revision: 1.11 $
=========================================================================*/
/* ---------------------------------------------------------------------
const std::vector<std::string>& filenames = bbGetInputFileNames();
std::cout << "--------------------------------------------------- size " << filenames.size() << std::endl;
- for (int i = 0; i< filenames.size(); i++)
+ for (int i = 0; i< (int)(filenames.size()); i++)
std::cout << "-- [" <<filenames[i] << "]" << std::endl;
reader->SetFileNames(filenames);