Select Git revision
rotate.script
Forked from
gmsh / gmsh
Source project has a limited visibility.
-
Christophe Geuzaine authored
polish
Christophe Geuzaine authoredpolish
CreateFile.h 566 B
// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to the public mailing list <gmsh@geuz.org>.
#ifndef _CREATE_FILE_H_
#define _CREATE_FILE_H_
#include <string>
int GetFileFormatFromExtension(const std::string &fileName);
int GuessFileFormatFromFileName(const std::string &fileName);
std::string GetDefaultFileName(int format);
void CreateOutputFile(const std::string &fileName, int format,
bool status=true, bool redraw=true);
#endif