randomQueries.cpp file
Main for the executable randomQueries.
Contents
- Reference
Functions
- auto main(int argc, char** argv) -> int
Function documentation
int main(int argc, char** argv)
The main function takes as input a filename for the OBJ and a number of test points n. It then performs n random queries against the loaded OBJ. The function outputs the tree construction time, the memory usage and the overall queries time.