#include <SpanningTree.h>
|
| static void | spanningTree (EdgeSet &edge, DSU &vertex, Tree &tree) |
| |
| static std::string | parse (std::string str, std::list< int > &physical) |
| |
| static void | getAllMElement (GModel &model, int physical, int dim, ElementSet &element) |
| |
| static void | getAllMEdge (ElementSet &element, EdgeSet &edge) |
| |
| static void | addToModel (GModel &model, Tree &tree, int tag) |
| |
| static std::pair< int, int > | minmax (const std::pair< int, int > &p) |
| |
Definition at line 17 of file SpanningTree.h.
◆ EdgeSet
◆ ElementSet
◆ Tree
◆ GMSH_SpanningTreePlugin()
| GMSH_SpanningTreePlugin::GMSH_SpanningTreePlugin |
( |
| ) |
|
◆ addToModel()
| void GMSH_SpanningTreePlugin::addToModel |
( |
GModel & |
model, |
|
|
Tree & |
tree, |
|
|
int |
tag |
|
) |
| |
|
staticprivate |
◆ getAllMEdge()
◆ getAllMElement()
| void GMSH_SpanningTreePlugin::getAllMElement |
( |
GModel & |
model, |
|
|
int |
physical, |
|
|
int |
dim, |
|
|
ElementSet & |
element |
|
) |
| |
|
staticprivate |
◆ getAuthor()
| string GMSH_SpanningTreePlugin::getAuthor |
( |
| ) |
const |
|
virtual |
◆ getHelp()
| string GMSH_SpanningTreePlugin::getHelp |
( |
| ) |
const |
|
virtual |
◆ getName()
| string GMSH_SpanningTreePlugin::getName |
( |
| ) |
const |
|
virtual |
◆ getNbOptions()
| int GMSH_SpanningTreePlugin::getNbOptions |
( |
| ) |
const |
|
virtual |
◆ getNbOptionsStr()
| int GMSH_SpanningTreePlugin::getNbOptionsStr |
( |
| ) |
const |
|
virtual |
◆ getOption()
◆ getOptionStr()
| StringXString * GMSH_SpanningTreePlugin::getOptionStr |
( |
int |
iopt | ) |
|
|
virtual |
◆ getShortHelp()
| string GMSH_SpanningTreePlugin::getShortHelp |
( |
| ) |
const |
|
virtual |
◆ minmax()
| std::pair< int, int > GMSH_SpanningTreePlugin::minmax |
( |
const std::pair< int, int > & |
p | ) |
|
|
staticprivate |
◆ parse()
| string GMSH_SpanningTreePlugin::parse |
( |
std::string |
str, |
|
|
std::list< int > & |
physical |
|
) |
| |
|
staticprivate |
◆ run()
| int GMSH_SpanningTreePlugin::run |
( |
| ) |
|
|
virtual |
◆ spanningTree()
| void GMSH_SpanningTreePlugin::spanningTree |
( |
EdgeSet & |
edge, |
|
|
DSU & |
vertex, |
|
|
Tree & |
tree |
|
) |
| |
|
staticprivate |
The documentation for this class was generated from the following files: