Geogram Version 1.9.6-rc
A programming library of geometric algorithms
Loading...
Searching...
No Matches
GEO::HBoxes Struct Reference

Public Member Functions

 HBoxes (vector< BBox > &inboxes)
 
void init (vector< BBox > &inboxes)
 
void sort (vector< vec3 > &G, index_t org, index_t dest)
 
void intersect (BBox &b, vector< index_t > &primitives, index_t node=0)
 

Public Attributes

int STAT_nb_visits
 
int STAT_nb_leafs
 
int STAT_nb_requests
 
index_t offset
 
vector< index_ttree_pos_to_org
 
vector< BBoxtree
 

Detailed Description

Definition at line 76 of file intersect_tools.h.

Constructor & Destructor Documentation

◆ HBoxes() [1/2]

GEO::HBoxes::HBoxes ( )
inline

Definition at line 77 of file intersect_tools.h.

◆ HBoxes() [2/2]

GEO::HBoxes::HBoxes ( vector< BBox > &  inboxes)
inline

Definition at line 80 of file intersect_tools.h.

◆ ~HBoxes()

GEO::HBoxes::~HBoxes ( )
inline

Definition at line 86 of file intersect_tools.h.

Member Data Documentation

◆ offset

index_t GEO::HBoxes::offset

Definition at line 96 of file intersect_tools.h.

◆ STAT_nb_leafs

int GEO::HBoxes::STAT_nb_leafs

Definition at line 93 of file intersect_tools.h.

◆ STAT_nb_requests

int GEO::HBoxes::STAT_nb_requests

Definition at line 94 of file intersect_tools.h.

◆ STAT_nb_visits

int GEO::HBoxes::STAT_nb_visits

Definition at line 92 of file intersect_tools.h.

◆ tree

vector<BBox> GEO::HBoxes::tree

Definition at line 98 of file intersect_tools.h.

◆ tree_pos_to_org

vector<index_t> GEO::HBoxes::tree_pos_to_org

Definition at line 97 of file intersect_tools.h.


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