![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Public Member Functions | |
| Args ()=default | |
| bool | parseFrom (ccCommandLineInterface &cmd) |
| virtual | ~Args () |
Public Attributes | |
| QString | filepath |
| std::vector< wchar_t * > | pythonArgv {} |
Definition at line 463 of file PythonPlugin.cpp.
|
default |
|
inlinevirtual |
Definition at line 488 of file PythonPlugin.cpp.
References pythonArgv.
|
inline |
Definition at line 470 of file PythonPlugin.cpp.
References ccCommandLineInterface::arguments(), ccCommandLineInterface::error(), filepath, pythonArgv, and QStringToWcharArray().
Referenced by PythonPluginCommand::process().
| QString PythonPluginCommand::Args::filepath |
Definition at line 465 of file PythonPlugin.cpp.
Referenced by parseFrom(), and PythonPluginCommand::process().
| std::vector<wchar_t *> PythonPluginCommand::Args::pythonArgv {} |
Definition at line 466 of file PythonPlugin.cpp.
Referenced by parseFrom(), PythonPluginCommand::process(), and ~Args().