Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CGoGN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
CGoGN
CGoGN
Commits
df531a08
Commit
df531a08
authored
Jul 19, 2013
by
untereiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some changes
parent
a4662d33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
27 deletions
+6
-27
include/Algo/Multiresolution/Map3MR/map3MR_PrimalRegular.hpp
include/Algo/Multiresolution/Map3MR/map3MR_PrimalRegular.hpp
+6
-27
No files found.
include/Algo/Multiresolution/Map3MR/map3MR_PrimalRegular.hpp
View file @
df531a08
...
...
@@ -317,9 +317,6 @@ void Map3MR<PFP>::addNewLevelSqrt3(bool embedNewVertices, VertexAttribute<typena
}
}
//
// 1-4 flip of all tetrahedra
//
...
...
@@ -351,11 +348,11 @@ void Map3MR<PFP>::addNewLevelSqrt3(bool embedNewVertices, VertexAttribute<typena
//TraversorF<typename PFP::MAP> tF(m_map);
for
(
Dart
dit
=
m_map
.
begin
()
;
dit
!=
m_map
.
end
()
;
m_map
.
next
(
dit
))
{
if
(
m
.
isMarked
(
dit
))
{
m
.
unmarkOrbit
<
FACE
>
(
dit
);
swap2To3
(
dit
);
}
if
(
m
.
isMarked
(
dit
))
{
m
.
unmarkOrbit
<
FACE
>
(
dit
);
swap2To3
(
dit
);
}
}
//
...
...
@@ -386,7 +383,6 @@ void Map3MR<PFP>::addNewLevelSqrt3(bool embedNewVertices, VertexAttribute<typena
}
}
TraversorV
<
typename
PFP
::
MAP
>
tVg
(
m_map
);
for
(
Dart
dit
=
tVg
.
begin
()
;
dit
!=
tVg
.
end
()
;
dit
=
tVg
.
next
())
{
...
...
@@ -413,9 +409,6 @@ void Map3MR<PFP>::addNewLevelSqrt3(bool embedNewVertices, VertexAttribute<typena
position
[
dit
]
=
np
+
vp
;
// Dart db = m_map.findBoundaryFaceOfVertex(dit);
// typename PFP::VEC3 P = position[db] ;
...
...
@@ -437,6 +430,7 @@ void Map3MR<PFP>::addNewLevelSqrt3(bool embedNewVertices, VertexAttribute<typena
}
}
//
// edge-removal on all old boundary edges
//
...
...
@@ -452,21 +446,6 @@ void Map3MR<PFP>::addNewLevelSqrt3(bool embedNewVertices, VertexAttribute<typena
}
}
m_map
.
setCurrentLevel
(
m_map
.
getMaxLevel
());
m_map
.
popLevel
()
;
}
...
...
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