OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
fileSaver.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_FILESTREAM_DATA_SAVER_HPP
2 #define OPENPOSE_FILESTREAM_DATA_SAVER_HPP
3 
6 
7 namespace op
8 {
10  {
11  protected:
12  explicit FileSaver(const std::string& directoryPath);
13 
14  std::string getNextFileName(const unsigned long long index) const;
15 
16  std::string getNextFileName(const std::string& fileNameNoExtension) const;
17 
18  private:
19  const std::string mDirectoryPath;
20  };
21 }
22 
23 #endif // OPENPOSE_FILESTREAM_DATA_SAVER_HPP
Definition: fileSaver.hpp:9
#define OP_API
Definition: macros.hpp:15
std::string string
Definition: cl2.hpp:574