gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
bucket Struct Reference

#include <OctreeInternals.h>

Collaboration diagram for bucket:

Public Attributes

double minPt [3]
 
double maxPt [3]
 
int numElements
 
int precision
 
ELink lhead
 
std::vector< void * > listBB
 
struct bucketnext
 
struct bucketparent
 

Detailed Description

Definition at line 27 of file OctreeInternals.h.

Member Data Documentation

◆ lhead

◆ listBB

std::vector<void *> bucket::listBB

Definition at line 33 of file OctreeInternals.h.

Referenced by free_buckets(), insertOneBB(), searchAllElements(), and searchElement().

◆ maxPt

◆ minPt

◆ next

struct bucket* bucket::next

◆ numElements

int bucket::numElements

Definition at line 30 of file OctreeInternals.h.

Referenced by addElement2Bucket(), and initializeOctantBuckets().

◆ parent

struct bucket* bucket::parent

Definition at line 35 of file OctreeInternals.h.

Referenced by initializeOctantBuckets().

◆ precision

int bucket::precision

Definition at line 31 of file OctreeInternals.h.

Referenced by initializeOctantBuckets(), and subdivideOctantBucket().


The documentation for this struct was generated from the following file: