gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <qualityMeasuresJacobian.h>
Public Member Functions | |
_coeffDataICN (int dim, const bezierCoeff *det, const bezierCoeff *mat) | |
~_coeffDataICN () | |
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 | _dim |
Additional Inherited Members | |
Protected Attributes inherited from jacobianBasedQuality::_coeffData | |
double | _minL |
double | _maxL |
double | _minB |
double | _maxB |
Definition at line 104 of file qualityMeasuresJacobian.h.
jacobianBasedQuality::_coeffDataICN::_coeffDataICN | ( | int | dim, |
const bezierCoeff * | det, | ||
const bezierCoeff * | mat | ||
) |
Definition at line 722 of file qualityMeasuresJacobian.cpp.
Referenced by getSubCoeff().
|
inline |
Definition at line 112 of file qualityMeasuresJacobian.h.
|
private |
Definition at line 764 of file qualityMeasuresJacobian.cpp.
Referenced by _coeffDataICN().
|
private |
Definition at line 780 of file qualityMeasuresJacobian.cpp.
Referenced by _coeffDataICN().
|
virtual |
Implements jacobianBasedQuality::_coeffData.
Definition at line 737 of file qualityMeasuresJacobian.cpp.
Referenced by _coeffDataICN().
|
virtual |
Implements jacobianBasedQuality::_coeffData.
Definition at line 758 of file qualityMeasuresJacobian.cpp.
|
virtual |
Implements jacobianBasedQuality::_coeffData.
Definition at line 745 of file qualityMeasuresJacobian.cpp.
|
private |
Definition at line 106 of file qualityMeasuresJacobian.h.
Referenced by _computeAtCorner(), _computeLowerBound(), deleteBezierCoeff(), and getSubCoeff().
|
private |
Definition at line 107 of file qualityMeasuresJacobian.h.
Referenced by _computeAtCorner(), _computeLowerBound(), deleteBezierCoeff(), and getSubCoeff().
|
private |
Definition at line 108 of file qualityMeasuresJacobian.h.
Referenced by _computeAtCorner(), _computeLowerBound(), and getSubCoeff().