file.hh
Go to the documentation of this file.
00001 #ifndef VISP_TRACKER_FILE_HH
00002 # define VISP_TRACKER_FILE_HH
00003 # include <string>
00004 
00005 # include "names.hh"
00006 
00007 std::string
00008 getInitFileFromModelName(const std::string& modelName,
00009                          const std::string& defaultPath);
00010 
00011 std::string
00012 getHelpImageFileFromModelName (const std::string& modelName,
00013         const std::string& defaultPath);
00014 
00015 std::string
00016 getConfigurationFileFromModelName(const std::string& modelName,
00017                                   const std::string& configurationName,
00018                                   const std::string& defaultPath);
00019 
00020 std::string
00021 getModelFileFromModelName(const std::string& modelName,
00022                           const std::string& defaultPath);
00023 
00024 std::string
00025 getConfigurationFileFromModelName(const std::string& modelName,
00026                                   const std::string& defaultPath);
00027 
00028 std::string
00029 getInitialPoseFileFromModelName (const std::string& modelName,
00030                                  const std::string& defaultPath);
00031 
00032 bool
00033 makeModelFile(boost::filesystem::ofstream& stream, std::string& fullModelPath);
00034 
00035 #endif //! VISP_TRACKER_FILE_HH


visp_tracker
Author(s): Thomas Moulard
autogenerated on Thu Jul 4 2019 19:31:04