コード例 #1
0
 //! node count
 public int GetNodeCount()
 {
     return(m_box_tree.GetNodeCount());
 }
コード例 #2
0
 //! node count
 private int GetNodeCount()
 {
     return(m_box_tree.GetNodeCount());
 }