Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
David Cazier
CGoGN
Commits
3893b6c9
Commit
3893b6c9
authored
Apr 30, 2013
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
import/export pb
parent
a7481434
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
include/Algo/Export/exportVol.hpp
include/Algo/Export/exportVol.hpp
+4
-4
include/Algo/Import/importMSH.hpp
include/Algo/Import/importMSH.hpp
+0
-1
No files found.
include/Algo/Export/exportVol.hpp
View file @
3893b6c9
...
...
@@ -112,11 +112,11 @@ bool exportNAS(typename PFP::MAP& map, const VertexAttribute<typename PFP::VEC3>
Dart
e
=
d
;
Dart
f
=
map
.
template
phi
<
21121
>(
d
);
hexa
.
push_back
(
indices
[
f
]);
e
=
map
.
phi_1
(
f
);
f
=
map
.
phi_1
(
f
);
hexa
.
push_back
(
indices
[
f
]);
e
=
map
.
phi_1
(
f
);
f
=
map
.
phi_1
(
f
);
hexa
.
push_back
(
indices
[
f
]);
e
=
map
.
phi_1
(
f
);
f
=
map
.
phi_1
(
f
);
hexa
.
push_back
(
indices
[
f
]);
hexa
.
push_back
(
indices
[
e
]);
e
=
map
.
phi1
(
e
);
...
...
@@ -129,7 +129,7 @@ bool exportNAS(typename PFP::MAP& map, const VertexAttribute<typename PFP::VEC3>
if
(
degree
==
4
)
{
//CAS TETRAEDRIQUE
(ordre 2 quad superposes, le premier en CCW)
//CAS TETRAEDRIQUE
Dart
e
=
d
;
tetra
.
push_back
(
indices
[
e
]);
e
=
map
.
phi1
(
e
);
...
...
include/Algo/Import/importMSH.hpp
View file @
3893b6c9
...
...
@@ -181,7 +181,6 @@ bool importMSH(typename PFP::MAP& map, const std::string& filename, std::vector<
{
if
((
type_elm
==
5
)
&&
(
nb
==
8
))
{
std
::
cout
<<
"HEXA: "
<<
i
<<
std
::
endl
;
Geom
::
Vec4ui
v
;
if
(
i
==
0
)
...
...
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