40 #ifndef __OPENFLUID_BUDDIES_EXAMPLESBUDDY_HPP__
41 #define __OPENFLUID_BUDDIES_EXAMPLESBUDDY_HPP__
61 bool installExampleFolder(
const std::string& SourcePath,
const std::string& InstallPath,
62 const std::string& FolderName,
const bool Force =
false);
64 bool installExampleProject(
const std::string& ProjectsSourcePath,
const std::string& ProjectsInstallPath,
65 const std::string& ProjectDir,
const bool Force =
false);
67 bool installExampleSimulator(
const std::string& SimulatorSourcePath,
const std::string& SimulatorInstallPath,
68 const std::string& SimulatorDir,
const bool Force =
false);
70 bool installAllExamplesFolders(
const std::string& ExamplesSourcePath,
71 const std::string& ExamplesInstallPath,
const bool Force =
false);