gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
SpanningTree.cpp File Reference
#include <sstream>
#include <algorithm>
#include "SpanningTree.h"
#include "GModel.h"
#include "MLine.h"
#include "OS.h"
Include dependency graph for SpanningTree.cpp:

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterSpanningTreePlugin ()
 

Variables

StringXNumber SpanningTreeOptions_Number []
 
StringXString SpanningTreeOptions_String []
 

Function Documentation

◆ GMSH_RegisterSpanningTreePlugin()

GMSH_Plugin* GMSH_RegisterSpanningTreePlugin ( )

Definition at line 28 of file SpanningTree.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ SpanningTreeOptions_Number

StringXNumber SpanningTreeOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "OutputPhysical", nullptr, -1},
}

Definition at line 17 of file SpanningTree.cpp.

Referenced by GMSH_SpanningTreePlugin::getNbOptions(), GMSH_SpanningTreePlugin::getOption(), and GMSH_SpanningTreePlugin::run().

◆ SpanningTreeOptions_String

StringXString SpanningTreeOptions_String[]
Initial value:
= {
{GMSH_FULLRC, "PhysicalVolumes", nullptr, ""},
{GMSH_FULLRC, "PhysicalSurfaces", nullptr, ""},
{GMSH_FULLRC, "PhysicalCurves", nullptr, ""},
}

Definition at line 21 of file SpanningTree.cpp.

Referenced by GMSH_SpanningTreePlugin::getNbOptionsStr(), GMSH_SpanningTreePlugin::getOptionStr(), and GMSH_SpanningTreePlugin::run().

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20