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

Public Attributes | |
| void * | region |
| double | centroid [3] |
| double | minPt [3] |
| double | maxPt [3] |
| struct elem * | next |
Definition at line 17 of file OctreeInternals.h.
| double elem::centroid[3] |
Definition at line 19 of file OctreeInternals.h.
Referenced by addElement2Bucket().
| double elem::maxPt[3] |
Definition at line 21 of file OctreeInternals.h.
Referenced by addElement2Bucket().
| double elem::minPt[3] |
Definition at line 20 of file OctreeInternals.h.
Referenced by addElement2Bucket().
| struct elem* elem::next |
Definition at line 22 of file OctreeInternals.h.
Referenced by addElement2Bucket(), checkElementInBucket(), free_buckets(), insertOneBB(), searchAllElements(), and searchElement().
| void* elem::region |
Definition at line 18 of file OctreeInternals.h.
Referenced by addElement2Bucket(), checkElementInBucket(), insertOneBB(), searchAllElements(), and searchElement().