|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <OctreeInternals.h>
Public Attributes | |
| int | numBuckets |
| int | maxElements |
| int | maxPrecision |
| double | origin [3] |
| double | size [3] |
| void * | ptrToPrevElement |
| std::vector< void * > | listAllElements |
Definition at line 40 of file OctreeInternals.h.
| std::vector<void *> global::listAllElements |
Definition at line 47 of file OctreeInternals.h.
Referenced by addElement2Bucket(), and Octree_Arrange().
| int global::maxElements |
Definition at line 42 of file OctreeInternals.h.
Referenced by addElement2Bucket().
| int global::maxPrecision |
Definition at line 43 of file OctreeInternals.h.
Referenced by initializeOctantBuckets(), and subdivideOctantBucket().
| int global::numBuckets |
Definition at line 41 of file OctreeInternals.h.
Referenced by subdivideOctantBucket().
| double global::origin[3] |
Definition at line 44 of file OctreeInternals.h.
| void* global::ptrToPrevElement |
Definition at line 46 of file OctreeInternals.h.
Referenced by searchElement().
| double global::size[3] |
Definition at line 45 of file OctreeInternals.h.