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

Public Attributes | |
| double | minPt [3] |
| double | maxPt [3] |
| int | numElements |
| int | precision |
| ELink | lhead |
| std::vector< void * > | listBB |
| struct bucket * | next |
| struct bucket * | parent |
Definition at line 27 of file OctreeInternals.h.
| ELink bucket::lhead |
Definition at line 32 of file OctreeInternals.h.
Referenced by addElement2Bucket(), checkElementInBucket(), free_buckets(), initializeOctantBuckets(), insertOneBB(), searchAllElements(), and searchElement().
| std::vector<void *> bucket::listBB |
Definition at line 33 of file OctreeInternals.h.
Referenced by free_buckets(), insertOneBB(), searchAllElements(), and searchElement().
| double bucket::maxPt[3] |
Definition at line 29 of file OctreeInternals.h.
Referenced by addElement2Bucket(), initializeOctantBuckets(), insertOneBB(), searchAllElements(), searchElement(), and subdivideOctantBucket().
| double bucket::minPt[3] |
Definition at line 28 of file OctreeInternals.h.
Referenced by addElement2Bucket(), initializeOctantBuckets(), insertOneBB(), searchAllElements(), searchElement(), and subdivideOctantBucket().
| struct bucket* bucket::next |
Definition at line 34 of file OctreeInternals.h.
Referenced by findElementBucket(), free_buckets(), initializeOctantBuckets(), insertOneBB(), and subdivideOctantBucket().
| int bucket::numElements |
Definition at line 30 of file OctreeInternals.h.
Referenced by addElement2Bucket(), and initializeOctantBuckets().
| struct bucket* bucket::parent |
Definition at line 35 of file OctreeInternals.h.
Referenced by initializeOctantBuckets().
| int bucket::precision |
Definition at line 31 of file OctreeInternals.h.
Referenced by initializeOctantBuckets(), and subdivideOctantBucket().