|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <MVertexBoundaryLayerData.h>
Public Member Functions | |
| MVertexBoundaryLayerData () | |
| ~MVertexBoundaryLayerData () | |
| std::vector< MVertex * > * | getChildren (int i) |
| int | getNumChildren (int i) |
| int | getNumChildrenFamilies () |
| void | addChildrenFamily (const std::vector< MVertex * > &family) |
Private Attributes | |
| std::vector< std::vector< MVertex * > > | children |
Definition at line 18 of file MVertexBoundaryLayerData.h.
|
inline |
Definition at line 23 of file MVertexBoundaryLayerData.h.
|
inline |
Definition at line 24 of file MVertexBoundaryLayerData.h.
| void MVertexBoundaryLayerData::addChildrenFamily | ( | const std::vector< MVertex * > & | family | ) |
Definition at line 31 of file MVertexBoundaryLayerData.cpp.
Referenced by extrudeMesh().

| std::vector< MVertex * > * MVertexBoundaryLayerData::getChildren | ( | int | i | ) |
Definition at line 8 of file MVertexBoundaryLayerData.cpp.
| int MVertexBoundaryLayerData::getNumChildren | ( | int | i | ) |
Definition at line 16 of file MVertexBoundaryLayerData.cpp.
| int MVertexBoundaryLayerData::getNumChildrenFamilies | ( | ) |
Definition at line 26 of file MVertexBoundaryLayerData.cpp.
|
private |
Definition at line 20 of file MVertexBoundaryLayerData.h.
Referenced by addChildrenFamily(), getChildren(), getNumChildren(), and getNumChildrenFamilies().