gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
adaptiveLine Class Reference

#include <adaptiveData.h>

Collaboration diagram for adaptiveLine:

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
 
adaptiveVertexp [2]
 
adaptiveLinee [2]
 

Static Public Attributes

static std::list< adaptiveLine * > all
 
static std::set< adaptiveVertexallVertices
 
static int numNodes = 2
 
static int numEdges = 1
 

Detailed Description

Definition at line 104 of file adaptiveData.h.

Constructor & Destructor Documentation

◆ adaptiveLine()

adaptiveLine::adaptiveLine ( adaptiveVertex p1,
adaptiveVertex p2 
)
inline

Definition at line 114 of file adaptiveData.h.

Referenced by create(), and recurCreate().

Here is the caller graph for this function:

Member Function Documentation

◆ create()

void adaptiveLine::create ( int  maxlevel)
static

Definition at line 149 of file adaptiveData.cpp.

Here is the call graph for this function:

◆ error()

void adaptiveLine::error ( double  AVG,
double  tol 
)
static

Definition at line 177 of file adaptiveData.cpp.

Here is the call graph for this function:

◆ GSF()

static void adaptiveLine::GSF ( double  u,
double  v,
double  w,
fullVector< double > &  sf 
)
inlinestatic

Definition at line 121 of file adaptiveData.h.

◆ recurCreate()

void adaptiveLine::recurCreate ( adaptiveLine e,
int  maxlevel,
int  level 
)
static

Definition at line 158 of file adaptiveData.cpp.

Referenced by create().

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

◆ recurError()

void adaptiveLine::recurError ( adaptiveLine e,
double  AVG,
double  tol 
)
static

Definition at line 183 of file adaptiveData.cpp.

Referenced by error().

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

◆ V()

double adaptiveLine::V ( ) const
inline

Definition at line 120 of file adaptiveData.h.

Referenced by recurError().

Here is the caller graph for this function:

Member Data Documentation

◆ all

std::list< adaptiveLine * > adaptiveLine::all
static

Definition at line 109 of file adaptiveData.h.

Referenced by error(), and recurCreate().

◆ allVertices

std::set< adaptiveVertex > adaptiveLine::allVertices
static

Definition at line 110 of file adaptiveData.h.

Referenced by create(), and recurCreate().

◆ e

adaptiveLine* adaptiveLine::e[2]

Definition at line 108 of file adaptiveData.h.

Referenced by adaptiveLine(), error(), recurCreate(), and recurError().

◆ numEdges

int adaptiveLine::numEdges = 1
static

Definition at line 111 of file adaptiveData.h.

◆ numNodes

int adaptiveLine::numNodes = 2
static

Definition at line 111 of file adaptiveData.h.

◆ p

adaptiveVertex* adaptiveLine::p[2]

Definition at line 107 of file adaptiveData.h.

Referenced by adaptiveLine(), recurCreate(), and V().

◆ visible

bool adaptiveLine::visible

Definition at line 106 of file adaptiveData.h.

Referenced by recurError().


The documentation for this class was generated from the following files: