|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include "GmshConfig.h"#include "GmshMessage.h"#include "GModel.h"#include "GmshDefines.h"#include "StringUtils.h"#include "Context.h"#include "Options.h"#include "OpenFile.h"#include "CreateFile.h"#include "OS.h"
Go to the source code of this file.
Functions | |
| int | GetFileFormatFromExtension (const std::string &ext, double *version) |
| int | GuessFileFormatFromFileName (const std::string &fileName, double *version) |
| std::string | GetDefaultFileExtension (int format, bool onlyMeshFormats) |
| std::string | GetDefaultFileName (int format) |
| std::string | GetKnownFileFormats (bool onlyMeshFormats) |
| static void | ChangePrintParameter (int frame) |
| void | CreateOutputFile (const std::string &fileName, int format, bool status) |
|
static |
Definition at line 277 of file CreateFile.cpp.
Referenced by CreateOutputFile().


| void CreateOutputFile | ( | const std::string & | fileName, |
| int | format, | ||
| bool | status | ||
| ) |
Definition at line 290 of file CreateFile.cpp.
Referenced by CreateOutputFile(), GetMeshOption(), GmshBatch(), GmshWriteFile(), and GModel::save().

| std::string GetDefaultFileExtension | ( | int | format, |
| bool | onlyMeshFormats | ||
| ) |
Definition at line 107 of file CreateFile.cpp.
Referenced by GetDefaultFileName(), and GetKnownFileFormats().

| std::string GetDefaultFileName | ( | int | format | ) |
Definition at line 165 of file CreateFile.cpp.
Referenced by CreateOutputFile(), and GmshBatch().


| int GetFileFormatFromExtension | ( | const std::string & | ext, |
| double * | version | ||
| ) |
Definition at line 34 of file CreateFile.cpp.
Referenced by GetMeshOption(), and GuessFileFormatFromFileName().

| std::string GetKnownFileFormats | ( | bool | onlyMeshFormats | ) |
Definition at line 173 of file CreateFile.cpp.
Referenced by GetUsage().


| int GuessFileFormatFromFileName | ( | const std::string & | fileName, |
| double * | version | ||
| ) |
Definition at line 101 of file CreateFile.cpp.
Referenced by CreateOutputFile().

