QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
ON_RTreePartitionVars Struct Reference

Variables for finding a split partition. More...

Public Attributes

double m_area [2]
 
ON_RTreeBranch m_branchBuf [ON_RTree_MAX_NODE_COUNT+1]
 
int m_branchCount
 
int m_count [2]
 
ON_RTreeBBox m_cover [2]
 
ON_RTreeBBox m_coverSplit
 
double m_coverSplitArea
 
int m_minFill
 
int m_partition [ON_RTree_MAX_NODE_COUNT+1]
 
int m_taken [ON_RTree_MAX_NODE_COUNT+1]
 
int m_total
 

Detailed Description

Variables for finding a split partition.

Member Data Documentation

◆ m_area

double ON_RTreePartitionVars::m_area[2]

◆ m_branchBuf

ON_RTreeBranch ON_RTreePartitionVars::m_branchBuf[ON_RTree_MAX_NODE_COUNT+1]

◆ m_branchCount

int ON_RTreePartitionVars::m_branchCount

◆ m_count

int ON_RTreePartitionVars::m_count[2]

◆ m_cover

ON_RTreeBBox ON_RTreePartitionVars::m_cover[2]

◆ m_coverSplit

ON_RTreeBBox ON_RTreePartitionVars::m_coverSplit

◆ m_coverSplitArea

double ON_RTreePartitionVars::m_coverSplitArea

◆ m_minFill

int ON_RTreePartitionVars::m_minFill

◆ m_partition

int ON_RTreePartitionVars::m_partition[ON_RTree_MAX_NODE_COUNT+1]

◆ m_taken

int ON_RTreePartitionVars::m_taken[ON_RTree_MAX_NODE_COUNT+1]

◆ m_total

int ON_RTreePartitionVars::m_total

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