|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|


Go to the source code of this file.
Macros | |
| #define | GMSH_API |
Functions | |
| int | GmshInitialize (int argc=0, char **argv=nullptr, bool readConfigFiles=false, bool exitOnCommandLineError=true) |
| int | GmshSetMessageHandler (GmshMessage *callback) |
| GmshMessage * | GmshGetMessageHandler () |
| int | GmshSetBoundingBox (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
| int | GmshSetOption (const std::string &category, const std::string &name, std::string value, int index=0) |
| int | GmshSetOption (const std::string &category, const std::string &name, double value, int index=0) |
| int | GmshSetOption (const std::string &category, const std::string &name, unsigned int value, int index=0) |
| void | GmshSetStringOption (const std::string &category, const std::string &name, std::string value, int index=0) |
| void | GmshSetNumberOption (const std::string &category, const std::string &name, double value, int index=0) |
| void | GmshSetColorOption (const std::string &category, const std::string &name, unsigned int value, int index=0) |
| int | GmshGetOption (const std::string &category, const std::string &name, std::string &value, int index=0) |
| int | GmshGetOption (const std::string &category, const std::string &name, double &value, int index=0) |
| int | GmshGetOption (const std::string &category, const std::string &name, unsigned int &value, int index=0) |
| std::string | GmshGetStringOption (const std::string &category, const std::string &name, int index=0) |
| double | GmshGetNumberOption (const std::string &category, const std::string &name, int index=0) |
| unsigned int | GmshGetColorOption (const std::string &category, const std::string &name, int index=0) |
| int | GmshRestoreDefaultOptions () |
| int | GmshOpenProject (const std::string &fileName) |
| int | GmshClearProject () |
| int | GmshMergeFile (const std::string &fileName) |
| int | GmshMergePostProcessingFile (const std::string &fileName) |
| int | GmshWriteFile (const std::string &fileName) |
| int | GmshFinalize () |
| int | GmshBatch () |
| int | GmshFLTK (int argc=0, char **argv=nullptr) |
| GMSH_API int | GmshMainBatch (int argc, char **argv) |
| GMSH_API int | GmshMainFLTK (int argc, char **argv) |
| #define GMSH_API |
Definition at line 66 of file GmshGlobal.h.
| int GmshBatch | ( | ) |
Definition at line 278 of file GmshGlobal.cpp.
Referenced by GmshMainBatch(), and GmshMainFLTK().


| int GmshClearProject | ( | ) |
| int GmshFinalize | ( | ) |
Definition at line 243 of file GmshGlobal.cpp.
Referenced by GmshMainBatch(), and GmshMainFLTK().


| int GmshFLTK | ( | int | argc = 0, |
| char ** | argv = nullptr |
||
| ) |
Definition at line 388 of file GmshGlobal.cpp.
Referenced by GmshMainFLTK().


| unsigned int GmshGetColorOption | ( | const std::string & | category, |
| const std::string & | name, | ||
| int | index = 0 |
||
| ) |
| GmshMessage* GmshGetMessageHandler | ( | ) |
| double GmshGetNumberOption | ( | const std::string & | category, |
| const std::string & | name, | ||
| int | index = 0 |
||
| ) |
| int GmshGetOption | ( | const std::string & | category, |
| const std::string & | name, | ||
| double & | value, | ||
| int | index = 0 |
||
| ) |
| int GmshGetOption | ( | const std::string & | category, |
| const std::string & | name, | ||
| std::string & | value, | ||
| int | index = 0 |
||
| ) |
| int GmshGetOption | ( | const std::string & | category, |
| const std::string & | name, | ||
| unsigned int & | value, | ||
| int | index = 0 |
||
| ) |
| std::string GmshGetStringOption | ( | const std::string & | category, |
| const std::string & | name, | ||
| int | index = 0 |
||
| ) |
| int GmshInitialize | ( | int | argc = 0, |
| char ** | argv = nullptr, |
||
| bool | readConfigFiles = false, |
||
| bool | exitOnCommandLineError = true |
||
| ) |
Definition at line 65 of file GmshGlobal.cpp.
Referenced by GmshMainBatch(), and GmshMainFLTK().


| GMSH_API int GmshMainBatch | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 485 of file GmshGlobal.cpp.
Referenced by main().


| GMSH_API int GmshMainFLTK | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 505 of file GmshGlobal.cpp.
Referenced by main().


| int GmshMergeFile | ( | const std::string & | fileName | ) |
| int GmshMergePostProcessingFile | ( | const std::string & | fileName | ) |
| int GmshOpenProject | ( | const std::string & | fileName | ) |
| int GmshRestoreDefaultOptions | ( | ) |
| int GmshSetBoundingBox | ( | double | xmin, |
| double | xmax, | ||
| double | ymin, | ||
| double | ymax, | ||
| double | zmin, | ||
| double | zmax | ||
| ) |
| void GmshSetColorOption | ( | const std::string & | category, |
| const std::string & | name, | ||
| unsigned int | value, | ||
| int | index = 0 |
||
| ) |
| int GmshSetMessageHandler | ( | GmshMessage * | callback | ) |
| void GmshSetNumberOption | ( | const std::string & | category, |
| const std::string & | name, | ||
| double | value, | ||
| int | index = 0 |
||
| ) |
Definition at line 147 of file GmshGlobal.cpp.
Referenced by GetOtherOption().


| int GmshSetOption | ( | const std::string & | category, |
| const std::string & | name, | ||
| double | value, | ||
| int | index = 0 |
||
| ) |
| int GmshSetOption | ( | const std::string & | category, |
| const std::string & | name, | ||
| std::string | value, | ||
| int | index = 0 |
||
| ) |
| int GmshSetOption | ( | const std::string & | category, |
| const std::string & | name, | ||
| unsigned int | value, | ||
| int | index = 0 |
||
| ) |
| void GmshSetStringOption | ( | const std::string & | category, |
| const std::string & | name, | ||
| std::string | value, | ||
| int | index = 0 |
||
| ) |
Definition at line 140 of file GmshGlobal.cpp.
Referenced by GetOtherOption().


| int GmshWriteFile | ( | const std::string & | fileName | ) |