gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <qualityMeasuresJacobian.h>
Public Member Functions | |
_coeffDataIGE (int type, const bezierCoeff *det, const bezierCoeff *mat) | |
~_coeffDataIGE () | |
bool | boundsOk (double minL, double maxL) const |
void | getSubCoeff (std::vector< _coeffData * > &) const |
void | deleteBezierCoeff () |
Public Member Functions inherited from jacobianBasedQuality::_coeffData | |
_coeffData () | |
virtual | ~_coeffData () |
double | minL () const |
double | maxL () const |
double | minB () const |
double | maxB () const |
Private Member Functions | |
void | _computeAtCorner (double &min, double &max) const |
double | _computeLowerBound () const |
Private Attributes | |
const bezierCoeff * | _coeffDet |
const bezierCoeff * | _coeffMat |
const int | _type |
Additional Inherited Members | |
Protected Attributes inherited from jacobianBasedQuality::_coeffData | |
double | _minL |
double | _maxL |
double | _minB |
double | _maxB |
Definition at line 85 of file qualityMeasuresJacobian.h.
jacobianBasedQuality::_coeffDataIGE::_coeffDataIGE | ( | int | type, |
const bezierCoeff * | det, | ||
const bezierCoeff * | mat | ||
) |
Definition at line 532 of file qualityMeasuresJacobian.cpp.
Referenced by getSubCoeff().
|
inline |
Definition at line 93 of file qualityMeasuresJacobian.h.
|
private |
Definition at line 574 of file qualityMeasuresJacobian.cpp.
Referenced by _coeffDataIGE().
|
private |
Definition at line 593 of file qualityMeasuresJacobian.cpp.
Referenced by _coeffDataIGE().
|
virtual |
Implements jacobianBasedQuality::_coeffData.
Definition at line 547 of file qualityMeasuresJacobian.cpp.
Referenced by _coeffDataIGE().
|
virtual |
Implements jacobianBasedQuality::_coeffData.
Definition at line 568 of file qualityMeasuresJacobian.cpp.
|
virtual |
Implements jacobianBasedQuality::_coeffData.
Definition at line 555 of file qualityMeasuresJacobian.cpp.
|
private |
Definition at line 87 of file qualityMeasuresJacobian.h.
Referenced by _computeAtCorner(), _computeLowerBound(), deleteBezierCoeff(), and getSubCoeff().
|
private |
Definition at line 88 of file qualityMeasuresJacobian.h.
Referenced by _computeAtCorner(), _computeLowerBound(), deleteBezierCoeff(), and getSubCoeff().
|
private |
Definition at line 89 of file qualityMeasuresJacobian.h.
Referenced by _computeAtCorner(), _computeLowerBound(), and getSubCoeff().