#include <cstdio>
#include <cstdlib>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <megatree/common.h>
#include <megatree/storage_factory.h>
#include <megatree/megatree.h>
#include <megatree/tree_functions.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
const double | CAR_STEP = 0.5 |
const int | POINTS_PER_SCAN = 1000 |
const double | SCAN_ACCURACY = 0.001 |
const double | SCANNER_RANGE = 30 |
const std::string | TREE_PATH = "benchmark_tree" |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 20 of file benchmark_write.cpp.
const double CAR_STEP = 0.5 |
Definition at line 16 of file benchmark_write.cpp.
const int POINTS_PER_SCAN = 1000 |
Definition at line 15 of file benchmark_write.cpp.
const double SCAN_ACCURACY = 0.001 |
Definition at line 17 of file benchmark_write.cpp.
const double SCANNER_RANGE = 30 |
Definition at line 14 of file benchmark_write.cpp.
const std::string TREE_PATH = "benchmark_tree" |
Definition at line 13 of file benchmark_write.cpp.