Skip to content
Snippets Groups Projects
Commit 3b7c873f authored by Isaak Lim's avatar Isaak Lim
Browse files

- added precision option for the OpenFlipper FileInterface

- implemented precision option for File plugins where possible
- omitted OpenVolumeMesh implementation for now

refs #1157

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@15657 383ad7c9-94d9-4d36-a494-682f7c89f535
parent fb65ff8f
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ public slots:
* provided dataTypes ( see supportedType ).
* Additionally to the filename you get the id of the object to save
*/
virtual bool saveObject(int _id, QString _filename) = 0;
virtual bool saveObject(int _id, QString _filename, std::streamsize _precision = 6) = 0;
/** \brief Save multiple objects to one file
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment