gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
alphaShapes.cpp File Reference
#include <set>
#include <map>
#include <unordered_map>
#include <unordered_set>
#include <stack>
#include "GRegion.h"
#include "MTetrahedron.h"
#include "MFace.h"
Include dependency graph for alphaShapes.cpp:

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)
 

Function Documentation

◆ alphaShape()

double alphaShape ( MTetrahedron t)

Definition at line 18 of file alphaShapes.cpp.

Referenced by alphaShapes().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ alphaShapes()

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

Definition at line 22 of file alphaShapes.cpp.

Here is the call graph for this function: