|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <set>#include <map>#include <unordered_map>#include <unordered_set>#include <stack>#include "GRegion.h"#include "MTetrahedron.h"#include "MFace.h"
Go to the source code of this file.
Classes | |
| struct | neighborContainer |
Functions | |
| double | alphaShape (MTetrahedron *t) |
| int | alphaShapes (GRegion *gr, double threshold, std::vector< std::vector< MTetrahedron * > > &domains, std::vector< std::vector< MFace > > &boundaries) |
| double alphaShape | ( | MTetrahedron * | t | ) |
Definition at line 18 of file alphaShapes.cpp.
Referenced by alphaShapes().


| int alphaShapes | ( | GRegion * | gr, |
| double | threshold, | ||
| std::vector< std::vector< MTetrahedron * > > & | domains, | ||
| std::vector< std::vector< MFace > > & | boundaries | ||
| ) |