#include <cstdlib>
#include <iostream>
#include <fstream>
#include <sstream>
#include <assert.h>
#include <utils/point.h>
Go to the source code of this file.
Macros | |
#define | MAXLINELENGHT (10240) |
#define | MAXREADINGS (10240) |
Functions | |
int | main (int argc, char **argv) |
#define MAXLINELENGHT (10240) |
Definition at line 8 of file scanstudio2carmen.cpp.
#define MAXREADINGS (10240) |
Definition at line 9 of file scanstudio2carmen.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 14 of file scanstudio2carmen.cpp.