Realistic 3D camera system
3D camera system components
arg_parser.h
Go to the documentation of this file.
1 /*
2  * Whatever the licensing for the 3D camera project stipulates
3  */
4 
19 #ifndef ARG_PARSER_H
20 #define ARG_PARSER_H
21 
22 class arg_parser {
23 public:
24  arg_parser(int argc, char** argv);
25 
26 private:
27 
28 };
29 
30 #endif /* ARG_PARSER_H */
31 
arg_parser(int argc, char **argv)
Definition: arg_parser.cpp:103