|
void | createTreeFromElements (ElementsPtr_Type elems, vec2D_dbl_ptr_Type nodes, int numberObjects=32, double longTol=0.75, double volumeTol=0.55, bool verbose=false) |
|
void | createTreeFromRectangles (vec2D_dbl_ptr_Type init_min_maxXY, int numberObjects=32, double longTol=0.75, double volumeTol=0.55, bool verbose=false) |
|
std::tuple< std::map< int, std::list< int > >, std::map< int, std::list< int > > > | scanTree (vec2D_dbl_ptr_Type query_points, bool verbose) |
|
bool | isInRectangle (int number_rectangle, vec_dbl_Type query_point, bool verbose) |
|
bool | isEmpty () |
|
int | getDim () |
|
int | getNumNodes () |
|
std::list< int > | getElements (int node) |
|
The documentation for this class was generated from the following files: