From Loic Dachary, added getFileName method
This commit is contained in:
parent
7ddb8ed87f
commit
39311cdee3
@ -77,6 +77,7 @@ class OSGDB_EXPORT Output : public std::ofstream
|
|||||||
inline PathNameHint getPathNameHint() const { return _pathNameHint; }
|
inline PathNameHint getPathNameHint() const { return _pathNameHint; }
|
||||||
|
|
||||||
virtual std::string getFileNameForOutput(const std::string& filename) const;
|
virtual std::string getFileNameForOutput(const std::string& filename) const;
|
||||||
|
const std::string& getFileName() const { return _filename; }
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
Reference in New Issue
Block a user