|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <string>

Go to the source code of this file.
Functions | |
| int | ParseFile (const std::string &fileName, bool close, bool errorIfMissing=false) |
| void | ParseString (const std::string &str, bool inCurrentModelDir=false) |
| void | OpenProject (const std::string &filename, bool errorIfMissing=false) |
| void | OpenProjectMacFinder (const char *fileName) |
| int | MergeFile (const std::string &fileName, bool errorIfMissing=false, bool setBoundingBox=true, bool importPhysicalsInOnelab=true, int partitionToRead=-1) |
| int | MergePostProcessingFile (const std::string &fileName, int showViews=2, bool showLastStep=false, bool errorIfMissing=false) |
| void | DeleteAllModelsAndViews () |
| void | ClearProject () |
| void | SetBoundingBox (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
| void | SetBoundingBox (bool aroundVisible=false) |
| void | AddToTemporaryBoundingBox (double x, double y, double z) |
| void AddToTemporaryBoundingBox | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
| void ClearProject | ( | ) |
Definition at line 697 of file OpenFile.cpp.
Referenced by GmshClearProject().


| void DeleteAllModelsAndViews | ( | ) |
Definition at line 664 of file OpenFile.cpp.
Referenced by ClearProject(), and GmshFinalize().


| int MergeFile | ( | const std::string & | fileName, |
| bool | errorIfMissing = false, |
||
| bool | setBoundingBox = true, |
||
| bool | importPhysicalsInOnelab = true, |
||
| int | partitionToRead = -1 |
||
| ) |
Definition at line 298 of file OpenFile.cpp.
Referenced by GmshBatch(), GmshFLTK(), GmshMergeFile(), GModel::load(), MergeFile(), MergePostProcessingFile(), and OpenProject().

| int MergePostProcessingFile | ( | const std::string & | fileName, |
| int | showViews = 2, |
||
| bool | showLastStep = false, |
||
| bool | errorIfMissing = false |
||
| ) |
Definition at line 574 of file OpenFile.cpp.
Referenced by GmshBatch(), GmshFLTK(), and GmshMergePostProcessingFile().


| void OpenProject | ( | const std::string & | filename, |
| bool | errorIfMissing = false |
||
| ) |
Definition at line 718 of file OpenFile.cpp.
Referenced by GetMeshOption(), GmshBatch(), GmshFLTK(), GmshOpenProject(), OpenProjectMacFinder(), scriptAddCommand(), and scriptRemoveLastCommand().


| void OpenProjectMacFinder | ( | const char * | fileName | ) |
| int ParseFile | ( | const std::string & | fileName, |
| bool | close, | ||
| bool | errorIfMissing = false |
||
| ) |
Definition at line 177 of file OpenFile.cpp.
Referenced by GetOptions(), GetOtherOption(), and GModel::readGEO().


| void ParseString | ( | const std::string & | str, |
| bool | inCurrentModelDir = false |
||
| ) |
Definition at line 259 of file OpenFile.cpp.
Referenced by ChangePrintParameter(), and GetOtherOption().


| void SetBoundingBox | ( | bool | aroundVisible = false | ) |
| void SetBoundingBox | ( | double | xmin, |
| double | xmax, | ||
| double | ymin, | ||
| double | ymax, | ||
| double | zmin, | ||
| double | zmax | ||
| ) |
Definition at line 115 of file OpenFile.cpp.
Referenced by GMSH_LongituteLatitudePlugin::execute(), PView::fillVertexArray(), GmshSetBoundingBox(), MergeFile(), and GEO_Internals::synchronize().

