virtual string saveFile(const string &DestinationFile, const MemCore::RefPtr< MemCore::LoaderProgress > &theProgress, const RefPtr< Fiber::Field > &f, const RefPtr< Fiber::Representation > &Rep, const Grid &g, double t, size_t currentFile, size_t NumberOfFiles, map< string, string > &ActualFilenames)=0
Implement the actual function that saves a field to a file here, with the child class implementing a ...