Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
3de7ddf1
Commit
3de7ddf1
authored
Aug 29, 2016
by
Davis King
Browse files
Added some comments
parent
61455d58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dlib/matlab/mex_wrapper.cpp
dlib/matlab/mex_wrapper.cpp
+2
-0
No files found.
dlib/matlab/mex_wrapper.cpp
View file @
3de7ddf1
...
...
@@ -4885,7 +4885,9 @@ void mexFunction( int nlhs, mxArray *plhs[],
<<
" function this = "
<<
classname
<<
"()
\n
"
<<
" this.cpp_ptr = "
<<
mex_filename
<<
"('construct');
\n
"
<<
" end
\n
"
<<
"
\n
"
<<
" function copied_obj = clone(this)
\n
"
<<
" %Returns a new independent object that is a copy of this.
\n
"
<<
" copied_obj = "
<<
classname
<<
"();
\n
"
<<
" copied_obj.cpp_ptr = "
<<
mex_filename
<<
"(this.cpp_ptr,'clone');
\n
"
<<
" end
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment