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

Public Member Functions | |
| BoundaryLayerData () | |
| BoundaryLayerData (const SVector3 &dir, const std::vector< MVertex * > &column) | |
Public Attributes | |
| SVector3 | _n |
| std::vector< MVertex * > | _column |
Definition at line 24 of file boundaryLayersData.h.
|
inline |
Definition at line 27 of file boundaryLayersData.h.
|
inline |
Definition at line 28 of file boundaryLayersData.h.
| std::vector<MVertex *> BoundaryLayerData::_column |
Definition at line 26 of file boundaryLayersData.h.
Referenced by getAllBoundaryLayerVertices(), and modifyInitialMeshForBoundaryLayers().
| SVector3 BoundaryLayerData::_n |
Definition at line 25 of file boundaryLayersData.h.