Add functionality which read sourceFolder from Modfile and extracts all valid files from that directory

This commit is contained in:
Oskar Carlbaum
2017-09-18 22:42:52 +02:00
parent 1519fa794f
commit 499156d221
2 changed files with 37 additions and 3 deletions

View File

@@ -47,6 +47,8 @@ private:
std::string _loggerCat = "RenderableFieldlinesSequence";
std::vector<FieldlinesState> _states;
std::vector<std::string> _sourceFiles;
};
} // namespace openspace