Functions | |
| void | doSomeWork (qi::SessionPtr clientSession, const qi::Path &imagePath, const std::string &imageName) |
| void | printTranferProgress (double progress) |
| void | processImage (alice::ImageStorePtr imageStore, const std::string &imageFile, const qi::Path &imageFilePath) |
| void | processImageWithProgress (alice::ImageStorePtr imageStore, const std::string &imageFile, const std::string &imageFilePath) |
| void | storeImage (alice::ImageStorePtr imageStore, const std::string &name, const qi::Path &imageFilePath) |
| void | workOnImageFile (const qi::Path &imageFilePath) |
| void bob::doSomeWork | ( | qi::SessionPtr | clientSession, |
| const qi::Path & | imagePath, | ||
| const std::string & | imageName | ||
| ) |
Definition at line 76 of file file_example.cpp.
| void bob::printTranferProgress | ( | double | progress | ) |
Definition at line 14 of file file_example.cpp.
| void bob::processImage | ( | alice::ImageStorePtr | imageStore, |
| const std::string & | imageFile, | ||
| const qi::Path & | imageFilePath | ||
| ) |
Definition at line 40 of file file_example.cpp.
| void bob::processImageWithProgress | ( | alice::ImageStorePtr | imageStore, |
| const std::string & | imageFile, | ||
| const std::string & | imageFilePath | ||
| ) |
Definition at line 53 of file file_example.cpp.
| void bob::storeImage | ( | alice::ImageStorePtr | imageStore, |
| const std::string & | name, | ||
| const qi::Path & | imageFilePath | ||
| ) |
Definition at line 27 of file file_example.cpp.
| void bob::workOnImageFile | ( | const qi::Path & | imageFilePath | ) |
Definition at line 19 of file file_example.cpp.