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


Public Member Functions | |
| cmdLineFloat (const char *name) | |
| cmdLineFloat (const char *name, const float &f) | |
| int | read (char **argv, int argc) |
| void | writeValue (char *str) |
Public Member Functions inherited from cmdLineReadable | |
| cmdLineReadable (const char *name) | |
| virtual | ~cmdLineReadable (void) |
Public Attributes | |
| float | value |
Public Attributes inherited from cmdLineReadable | |
| bool | set |
| char * | name |
Definition at line 67 of file CmdLineParser.h.
| cmdLineFloat::cmdLineFloat | ( | const char * | name | ) |
Definition at line 82 of file CmdLineParser.cpp.
References value.
| cmdLineFloat::cmdLineFloat | ( | const char * | name, |
| const float & | f | ||
| ) |
Definition at line 83 of file CmdLineParser.cpp.
References value.
|
virtual |
Reimplemented from cmdLineReadable.
Definition at line 84 of file CmdLineParser.cpp.
References cmdLineReadable::set, and value.
|
virtual |
Reimplemented from cmdLineReadable.
Definition at line 92 of file CmdLineParser.cpp.
References value.
| float cmdLineFloat::value |
Definition at line 69 of file CmdLineParser.h.
Referenced by cmdLineFloat(), Execute(), read(), ShowUsage(), and writeValue().