gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <stdlib.h>
#include "GmshMessage.h"
#include "MallocUtils.h"
#include "GModel.h"
#include "TreeUtils.h"
#include "ListUtils.h"
Go to the source code of this file.
Classes | |
struct | nxa |
struct | lnk |
Functions | |
static void | freeLink (void *link) |
static int | complink (const void *a, const void *b) |
static void | recurFindLinkedEdges (int ed, List_T *edges, Tree_T *points, Tree_T *links) |
static int | createEdgeLinks (Tree_T *links) |
static void | orientAndSortEdges (List_T *edges, Tree_T *links) |
int | allEdgesLinked (int ed, List_T *edges) |
static void | recurFindLinkedFaces (int fac, List_T *faces, Tree_T *edges, Tree_T *links) |
static void | createFaceLinks (Tree_T *links) |
int | allFacesLinked (int fac, List_T *faces) |
int allEdgesLinked | ( | int | ed, |
List_T * | edges | ||
) |
int allFacesLinked | ( | int | fac, |
List_T * | faces | ||
) |
|
static |
Definition at line 28 of file findLinks.cpp.
Referenced by allEdgesLinked(), and allFacesLinked().
|
static |
Definition at line 76 of file findLinks.cpp.
Referenced by allEdgesLinked().
|
static |
Definition at line 260 of file findLinks.cpp.
Referenced by allFacesLinked().
|
static |
Definition at line 22 of file findLinks.cpp.
Referenced by allEdgesLinked(), and allFacesLinked().
Definition at line 106 of file findLinks.cpp.
Referenced by allEdgesLinked().
Definition at line 39 of file findLinks.cpp.
Referenced by allEdgesLinked().
Definition at line 225 of file findLinks.cpp.
Referenced by allFacesLinked().