Point Cloud Library (PCL)  1.14.1-dev
List of all members | Public Member Functions | Public Attributes
ON_RTreeNode Struct Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_rtree.h>

+ Collaboration diagram for ON_RTreeNode:

Public Member Functions

bool IsInternalNode () const
 
bool IsLeaf () const
 

Public Attributes

int m_level
 
int m_count
 
ON_RTreeBranch m_branch [ON_RTree_MAX_NODE_COUNT]
 

Detailed Description

Definition at line 125 of file opennurbs_rtree.h.

Member Function Documentation

◆ IsInternalNode()

bool ON_RTreeNode::IsInternalNode ( ) const
inline

Definition at line 127 of file opennurbs_rtree.h.

References m_level.

◆ IsLeaf()

bool ON_RTreeNode::IsLeaf ( ) const
inline

Definition at line 129 of file opennurbs_rtree.h.

References m_level.

Member Data Documentation

◆ m_branch

ON_RTreeBranch ON_RTreeNode::m_branch[ON_RTree_MAX_NODE_COUNT]

Definition at line 139 of file opennurbs_rtree.h.

◆ m_count

int ON_RTreeNode::m_count

Definition at line 138 of file opennurbs_rtree.h.

◆ m_level

int ON_RTreeNode::m_level

Definition at line 133 of file opennurbs_rtree.h.

Referenced by IsInternalNode(), and IsLeaf().


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