API Documentation
Loading...
Searching...
No Matches
VirtualTree< t_dims, t_type > Class Template Reference

#include <VirtualTree.h>

Collaboration diagram for VirtualTree< t_dims, t_type >:
[legend]

Public Types

enum  TreeType { e_KD , R }
 

Public Member Functions

void createKDTree (uint04 leaf_size)
 
void createRTree (uint04 leaf_size)
 

Public Attributes

TreeType m_type
 
uint04 m_bucket_size
 
TreeObjectm_object
 

Member Enumeration Documentation

◆ TreeType

template<uint01 t_dims, class t_type >
enum TreeType
Enumerator
e_KD 

Member Function Documentation

◆ createKDTree()

template<uint01 t_dims, class t_type >
void createKDTree ( uint04 leaf_size)
inline

◆ createRTree()

template<uint01 t_dims, class t_type >
void createRTree ( uint04 leaf_size)
inline

Member Data Documentation

◆ m_bucket_size

template<uint01 t_dims, class t_type >
uint04 m_bucket_size

◆ m_object

template<uint01 t_dims, class t_type >
TreeObject* m_object

◆ m_type

template<uint01 t_dims, class t_type >
TreeType m_type

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