#include "options.h"
Go to the source code of this file.
Classes | |
struct | params |
Functions | |
int | main (int argc, const char *argv[]) |
Variables | |
struct option_alternative | alt [4] |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 19 of file test_options.c.
struct option_alternative alt[4] |
{ {"PLICP", 3, "a new algorithm"}, {"ICP", 4, "the standard"}, {"MbICP", 5, "good for rotations"}, {0,0,0} }
Definition at line 13 of file test_options.c.