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
2cfbd02c
Commit
2cfbd02c
authored
Apr 08, 2016
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug in mex binding API.
parent
03995313
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
matrix_data_layout.h
dlib/matrix/matrix_data_layout.h
+12
-12
No files found.
dlib/matrix/matrix_data_layout.h
View file @
2cfbd02c
...
@@ -188,7 +188,7 @@ namespace dlib
...
@@ -188,7 +188,7 @@ namespace dlib
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
bool
_private_is_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
)
;
}
bool
_private_is_persistent
()
const
{
return
true
;
}
#endif
#endif
private
:
private
:
...
@@ -258,7 +258,7 @@ namespace dlib
...
@@ -258,7 +258,7 @@ namespace dlib
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
bool
_private_is_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
)
;
}
bool
_private_is_persistent
()
const
{
return
true
;
}
#endif
#endif
private
:
private
:
...
@@ -340,7 +340,7 @@ namespace dlib
...
@@ -340,7 +340,7 @@ namespace dlib
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
bool
_private_is_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
)
;
}
bool
_private_is_persistent
()
const
{
return
true
;
}
#endif
#endif
private
:
private
:
...
@@ -425,7 +425,7 @@ namespace dlib
...
@@ -425,7 +425,7 @@ namespace dlib
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
bool
_private_is_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
)
;
}
bool
_private_is_persistent
()
const
{
return
true
;
}
#endif
#endif
private
:
private
:
...
@@ -512,7 +512,7 @@ namespace dlib
...
@@ -512,7 +512,7 @@ namespace dlib
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
bool
_private_is_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
)
;
}
bool
_private_is_persistent
()
const
{
return
true
;
}
#endif
#endif
private
:
private
:
T
*
data
;
T
*
data
;
...
@@ -635,7 +635,7 @@ namespace dlib
...
@@ -635,7 +635,7 @@ namespace dlib
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
bool
_private_is_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
)
;
}
bool
_private_is_persistent
()
const
{
return
true
;
}
#endif
#endif
private
:
private
:
...
@@ -705,7 +705,7 @@ namespace dlib
...
@@ -705,7 +705,7 @@ namespace dlib
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
bool
_private_is_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
)
;
}
bool
_private_is_persistent
()
const
{
return
true
;
}
#endif
#endif
private
:
private
:
...
@@ -787,7 +787,7 @@ namespace dlib
...
@@ -787,7 +787,7 @@ namespace dlib
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
bool
_private_is_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
)
;
}
bool
_private_is_persistent
()
const
{
return
true
;
}
#endif
#endif
private
:
private
:
...
@@ -872,7 +872,7 @@ namespace dlib
...
@@ -872,7 +872,7 @@ namespace dlib
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
bool
_private_is_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
)
;
}
bool
_private_is_persistent
()
const
{
return
true
;
}
#endif
#endif
private
:
private
:
...
@@ -939,7 +939,7 @@ namespace dlib
...
@@ -939,7 +939,7 @@ namespace dlib
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_set_mxArray
(
mxArray
*
)
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
mxArray
*
_private_release_mxArray
(){
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
void
_private_mark_non_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
);
}
bool
_private_is_persistent
()
{
DLIB_CASSERT
(
false
,
"This function should never be called."
)
;
}
bool
_private_is_persistent
()
const
{
return
true
;
}
#endif
#endif
long
nr
(
long
nr
(
...
@@ -1041,7 +1041,7 @@ namespace dlib
...
@@ -1041,7 +1041,7 @@ namespace dlib
DLIB_CASSERT
(
mem
==
0
,
"You can't convert a persistent matlab array to non-persistent."
);
DLIB_CASSERT
(
mem
==
0
,
"You can't convert a persistent matlab array to non-persistent."
);
make_persistent
=
false
;
make_persistent
=
false
;
}
}
bool
_private_is_persistent
()
bool
_private_is_persistent
()
const
{
{
return
make_persistent
;
return
make_persistent
;
}
}
...
@@ -1167,7 +1167,7 @@ namespace dlib
...
@@ -1167,7 +1167,7 @@ namespace dlib
DLIB_CASSERT
(
mem
==
0
,
"You can't convert a persistent matlab array to non-persistent."
);
DLIB_CASSERT
(
mem
==
0
,
"You can't convert a persistent matlab array to non-persistent."
);
make_persistent
=
false
;
make_persistent
=
false
;
}
}
bool
_private_is_persistent
()
bool
_private_is_persistent
()
const
{
{
return
make_persistent
;
return
make_persistent
;
}
}
...
...
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