gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <OctreeInternals.h>
Public Attributes | |
globalInfo * | info |
octantBucket * | root |
BBFunction | function_BB |
InEleFunction | function_inElement |
CentroidFunction | function_centroid |
Definition at line 51 of file OctreeInternals.h.
BBFunction Octree::function_BB |
Definition at line 55 of file OctreeInternals.h.
Referenced by Octree_Arrange(), Octree_Create(), Octree_Insert(), Octree_Search(), and Octree_SearchAll().
CentroidFunction Octree::function_centroid |
Definition at line 57 of file OctreeInternals.h.
Referenced by Octree_Create(), and Octree_Insert().
InEleFunction Octree::function_inElement |
Definition at line 56 of file OctreeInternals.h.
Referenced by Octree_Create(), Octree_Search(), and Octree_SearchAll().
globalInfo* Octree::info |
Definition at line 53 of file OctreeInternals.h.
Referenced by Octree_Arrange(), Octree_Create(), Octree_Delete(), Octree_Insert(), Octree_Search(), and Octree_SearchAll().
octantBucket* Octree::root |
Definition at line 54 of file OctreeInternals.h.
Referenced by Octree_Arrange(), Octree_Create(), Octree_Delete(), Octree_Insert(), Octree_Search(), and Octree_SearchAll().