Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Hurstel
CGoGN
Commits
e4c3a9c5
Commit
e4c3a9c5
authored
Feb 19, 2013
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quicktraversals ok after save/load
parent
432667ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
include/Algo/Render/GL2/topoRender.h
include/Algo/Render/GL2/topoRender.h
+1
-0
src/Topology/generic/genericmap.cpp
src/Topology/generic/genericmap.cpp
+5
-2
No files found.
include/Algo/Render/GL2/topoRender.h
View file @
e4c3a9c5
...
...
@@ -155,6 +155,7 @@ protected:
public:
/**
* Constructor
* @param bs shift for boundary drawing
*/
TopoRender
(
float
bs
=
0.01
f
);
...
...
src/Topology/generic/genericmap.cpp
View file @
e4c3a9c5
...
...
@@ -618,8 +618,11 @@ bool GenericMap::loadMapBin(const std::string& filename)
++
m_nbThreads
;
}
// restore quick traversals pointers if necessary (containers already ok)
for
(
unsigned
int
orb
=
0
;
orb
<
NB_ORBITS
;
++
orb
)
{
m_quickTraversal
[
ORBIT
]
=
m_attribs
[
ORBIT
].
getDataVector
<
Dart
>
(
"quick_traversal"
)
;
}
return
true
;
}
...
...
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