#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
 m_level must be a signed int to insure signed compares work correctly More...
 

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

m_level must be a signed int to insure signed compares work correctly