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

#include <opennurbs_rtree.h>

Public Member Functions

bool IsInternalNode () const
 
bool IsLeaf () const
 

Public Attributes

ON_RTreeBranch m_branch [ON_RTree_MAX_NODE_COUNT]
 
int m_count
 
int m_level
 

Member Function Documentation

◆ IsInternalNode()

bool ON_RTreeNode::IsInternalNode ( ) const
inline

◆ IsLeaf()

bool ON_RTreeNode::IsLeaf ( ) const
inline

Member Data Documentation

◆ m_branch

ON_RTreeBranch ON_RTreeNode::m_branch[ON_RTree_MAX_NODE_COUNT]

◆ m_count

int ON_RTreeNode::m_count

◆ m_level

int ON_RTreeNode::m_level

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