gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the documentation of this file.
11 int ParseFile(
const std::string &fileName,
bool close,
12 bool errorIfMissing =
false);
13 void ParseString(
const std::string &str,
bool inCurrentModelDir =
false);
14 void OpenProject(
const std::string &filename,
bool errorIfMissing =
false);
16 int MergeFile(
const std::string &fileName,
bool errorIfMissing =
false,
17 bool setBoundingBox =
true,
bool importPhysicalsInOnelab =
true,
18 int partitionToRead = -1);
20 bool showLastStep =
false,
21 bool errorIfMissing =
false);
24 void SetBoundingBox(
double xmin,
double xmax,
double ymin,
double ymax,
25 double zmin,
double zmax);
void ParseString(const std::string &str, bool inCurrentModelDir=false)
int MergePostProcessingFile(const std::string &fileName, int showViews=2, bool showLastStep=false, bool errorIfMissing=false)
void DeleteAllModelsAndViews()
int MergeFile(const std::string &fileName, bool errorIfMissing=false, bool setBoundingBox=true, bool importPhysicalsInOnelab=true, int partitionToRead=-1)
void AddToTemporaryBoundingBox(double x, double y, double z)
void OpenProjectMacFinder(const char *fileName)
int ParseFile(const std::string &fileName, bool close, bool errorIfMissing=false)
void SetBoundingBox(double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
void OpenProject(const std::string &filename, bool errorIfMissing=false)