|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <adaptiveData.h>

Public Member Functions | |
| adaptiveLine (adaptiveVertex *p1, adaptiveVertex *p2) | |
| double | V () const |
Static Public Member Functions | |
| static void | GSF (double u, double v, double w, fullVector< double > &sf) |
| static void | create (int maxlevel) |
| static void | recurCreate (adaptiveLine *e, int maxlevel, int level) |
| static void | error (double AVG, double tol) |
| static void | recurError (adaptiveLine *e, double AVG, double tol) |
Public Attributes | |
| bool | visible |
| adaptiveVertex * | p [2] |
| adaptiveLine * | e [2] |
Static Public Attributes | |
| static std::list< adaptiveLine * > | all |
| static std::set< adaptiveVertex > | allVertices |
| static int | numNodes = 2 |
| static int | numEdges = 1 |
Definition at line 104 of file adaptiveData.h.
|
inline |
Definition at line 114 of file adaptiveData.h.
Referenced by create(), and recurCreate().

|
static |
|
static |
|
inlinestatic |
Definition at line 121 of file adaptiveData.h.
|
static |
Definition at line 158 of file adaptiveData.cpp.
Referenced by create().


|
static |
Definition at line 183 of file adaptiveData.cpp.
Referenced by error().


|
inline |
Definition at line 120 of file adaptiveData.h.
Referenced by recurError().

|
static |
Definition at line 109 of file adaptiveData.h.
Referenced by error(), and recurCreate().
|
static |
Definition at line 110 of file adaptiveData.h.
Referenced by create(), and recurCreate().
| adaptiveLine* adaptiveLine::e[2] |
Definition at line 108 of file adaptiveData.h.
Referenced by adaptiveLine(), error(), recurCreate(), and recurError().
|
static |
Definition at line 111 of file adaptiveData.h.
|
static |
Definition at line 111 of file adaptiveData.h.
| adaptiveVertex* adaptiveLine::p[2] |
Definition at line 107 of file adaptiveData.h.
Referenced by adaptiveLine(), recurCreate(), and V().
| bool adaptiveLine::visible |
Definition at line 106 of file adaptiveData.h.
Referenced by recurError().