MCPcopy Create free account
hub / github.com/PRBonn/depth_clustering / GetNextFilePath

Method GetNextFilePath

src/utils/folder_reader.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90string FolderReader::GetNextFilePath() {
91 if (_path_counter < _all_paths.size()) {
92 return _all_paths[_path_counter++];
93 }
94 fprintf(stderr, "There are no more paths stored.\n");
95 return "";
96}
97
98} // namespace depth_clustering

Callers 1

ReadDataFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected