![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <stdarg.h>#include <string.h>#include "CmdLineParser.inl"

Go to the source code of this file.
Classes | |
| class | cmdLineReadable |
| class | cmdLineInt |
| class | cmdLineIntArray< Dim > |
| class | cmdLineFloat |
| class | cmdLineFloatArray< Dim > |
| class | cmdLineString |
| class | cmdLineStrings |
| class | cmdLineStringArray< Dim > |
Functions | |
| void | cmdLineParse (int argc, char **argv, int num, cmdLineReadable **r, int dumpError=1) |
| char * | GetFileExtension (char *fileName) |
| char * | GetLocalFileName (char *fileName) |
| char ** | ReadWords (const char *fileName, int &cnt) |
| void cmdLineParse | ( | int | argc, |
| char ** | argv, | ||
| int | num, | ||
| cmdLineReadable ** | r, | ||
| int | dumpError = 1 |
||
| ) |
Definition at line 205 of file CmdLineParser.cpp.
References name, and cmdLineReadable::read().
Referenced by PoissonRecon(), and SurfaceTrimmer().
| char* GetFileExtension | ( | char * | fileName | ) |
Definition at line 165 of file CmdLineParser.cpp.
References NULL.
| char* GetLocalFileName | ( | char * | fileName | ) |
Definition at line 185 of file CmdLineParser.cpp.
| char** ReadWords | ( | const char * | fileName, |
| int & | cnt | ||
| ) |
Definition at line 243 of file CmdLineParser.cpp.
References NULL.