|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Public Member Functions | |
| ElmData (int n) | |
| SPoint3 | barycenter () const |
| void | addInView (PViewDataList *data) const |
Public Attributes | |
| int | numComp |
| std::vector< double > | x |
| std::vector< double > | y |
| std::vector< double > | z |
| std::vector< double > | v |
|
inline |
|
inline |
Definition at line 52 of file Skin.cpp.
Referenced by ElmDataLessThan::operator()().

| int ElmData::numComp |
Definition at line 48 of file Skin.cpp.
Referenced by addInView().
| std::vector<double> ElmData::v |
Definition at line 50 of file Skin.cpp.
Referenced by addInView(), and GMSH_SkinPlugin::execute().
| std::vector<double> ElmData::x |
Definition at line 49 of file Skin.cpp.
Referenced by addInView(), barycenter(), and GMSH_SkinPlugin::execute().
| std::vector<double> ElmData::y |
Definition at line 49 of file Skin.cpp.
Referenced by addInView(), barycenter(), and GMSH_SkinPlugin::execute().
| std::vector<double> ElmData::z |
Definition at line 49 of file Skin.cpp.
Referenced by addInView(), barycenter(), and GMSH_SkinPlugin::execute().