#include <megatree/common.h>#include <megatree/megatree.h>#include <megatree/storage_factory.h>#include <megatree/tree_functions.h>#include <unistd.h>#include <iostream>#include <argp.h>#include <liblas/liblas.hpp>#include <fstream>
Go to the source code of this file.
Classes | |
| struct | arguments_t | 
Functions | |
| void | importLas (MegaTree &tree, const boost::filesystem::path &path, unsigned long max_intensity, unsigned int *skip=NULL) | 
| int | main (int argc, char **argv) | 
| static int | parse_opt (int key, char *arg, struct argp_state *state) | 
Variables | |
| static Tictoc | overall_timer | 
| static unsigned long | total_points = 0 | 
| void importLas | ( | MegaTree & | tree, | 
| const boost::filesystem::path & | path, | ||
| unsigned long | max_intensity, | ||
| unsigned int * | skip = NULL  | 
        ||
| ) | 
Definition at line 19 of file import_las.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 135 of file import_las.cpp.
| static int parse_opt | ( | int | key, | 
| char * | arg, | ||
| struct argp_state * | state | ||
| ) |  [static] | 
        
Definition at line 108 of file import_las.cpp.
Tictoc overall_timer [static] | 
        
Definition at line 17 of file import_las.cpp.
unsigned long total_points = 0 [static] | 
        
Definition at line 16 of file import_las.cpp.