Variables | |
| arg_parser | |
| args = arg_parser.parse_args() | |
| cc_content = wrapper.wrap() | |
| content = f.read() | |
| default | |
| file | |
| formatter_class = argparse.ArgumentDefaultsHelpFormatter) | |
| help | |
| module = parser.Module.parseString(content) | |
| nargs | |
| required | |
| str | |
| top_module_namespaces = args.top_module_namespaces.split("::") | |
| type | |
| wrapper | |
Helper script to wrap C++ to Matlab. This script is installed via CMake to the user's binary directory and invoked during the wrapping by CMake.
| matlab_wrap.arg_parser |
Definition at line 17 of file matlab_wrap.py.
| matlab_wrap.args = arg_parser.parse_args() |
Definition at line 42 of file matlab_wrap.py.
| matlab_wrap.cc_content = wrapper.wrap() |
Definition at line 66 of file matlab_wrap.py.
| matlab_wrap.content = f.read() |
Definition at line 49 of file matlab_wrap.py.
| matlab_wrap.default |
Definition at line 28 of file matlab_wrap.py.
| matlab_wrap.file |
Definition at line 60 of file matlab_wrap.py.
| matlab_wrap.formatter_class = argparse.ArgumentDefaultsHelpFormatter) |
Definition at line 18 of file matlab_wrap.py.
| matlab_wrap.help |
Definition at line 20 of file matlab_wrap.py.
| matlab_wrap.module = parser.Module.parseString(content) |
Definition at line 54 of file matlab_wrap.py.
| matlab_wrap.nargs |
Definition at line 38 of file matlab_wrap.py.
| matlab_wrap.required |
Definition at line 19 of file matlab_wrap.py.
| matlab_wrap.str |
Definition at line 19 of file matlab_wrap.py.
| list matlab_wrap.top_module_namespaces = args.top_module_namespaces.split("::") |
Definition at line 44 of file matlab_wrap.py.
| matlab_wrap.type |
Definition at line 19 of file matlab_wrap.py.
| matlab_wrap.wrapper |
Definition at line 61 of file matlab_wrap.py.