Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
24b037d5
Commit
24b037d5
authored
8 years ago
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed tabbing
parent
032a8bf6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
mex_wrapper.cpp
dlib/matlab/mex_wrapper.cpp
+9
-9
No files found.
dlib/matlab/mex_wrapper.cpp
View file @
24b037d5
...
...
@@ -4862,15 +4862,15 @@ void mexFunction( int nlhs, mxArray *plhs[],
size_t
load_obj_idx
=
0
;
cout
<<
"classdef "
<<
classname
<<
" < handle
\n
"
<<
"
properties (Access = private)
\n
"
<<
"
cpp_ptr
\n
"
<<
"
end
\n
"
<<
"
\n
"
<<
"
methods
\n
"
<<
"
function this = "
<<
classname
<<
"()
\n
"
<<
"
this.cpp_ptr = "
<<
mex_filename
<<
"('construct');
\n
"
<<
"
end
\n
"
<<
"
\n
"
;
<<
"
properties (Access = private)
\n
"
<<
"
cpp_ptr
\n
"
<<
"
end
\n
"
<<
"
\n
"
<<
"
methods
\n
"
<<
"
function this = "
<<
classname
<<
"()
\n
"
<<
"
this.cpp_ptr = "
<<
mex_filename
<<
"('construct');
\n
"
<<
"
end
\n
"
<<
"
\n
"
;
for
(
size_t
i
=
0
;
i
<
methods
.
size
();
++
i
)
{
if
(
methods
[
i
]
==
"load_obj"
)
...
...
This diff is collapsed.
Click to expand it.
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