Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CGoGN
CGoGN
Commits
908c73c0
Commit
908c73c0
authored
May 02, 2014
by
Pierre Kraemer
Browse files
minor modif
parent
19872ac9
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/Topology/generic/traversor/traversor2.h
View file @
908c73c0
...
...
@@ -398,7 +398,7 @@ public:
template
<
unsigned
int
ORBIT_TO
,
unsigned
int
ORBIT_FROM
,
typename
MAP
,
typename
FUNC
>
inline
void
foreach_incident2
(
MAP
&
map
,
Cell
<
ORBIT_FROM
>
c
,
FUNC
f
)
inline
void
foreach_incident2
(
MAP
&
map
,
Cell
<
ORBIT_FROM
>
c
,
FUNC
f
)
{
IncidentTrav2
<
MAP
,
ORBIT_FROM
,
ORBIT_TO
>
trav
(
const_cast
<
const
MAP
&>
(
map
),
c
);
for
(
Cell
<
ORBIT_TO
>
c
=
trav
.
t
.
begin
(),
e
=
trav
.
t
.
end
();
c
.
dart
!=
e
.
dart
;
c
=
trav
.
t
.
next
())
...
...
include/Topology/generic/traversor/traversor3.h
View file @
908c73c0
...
...
@@ -347,7 +347,7 @@ public:
};
template
<
unsigned
int
ORBIT_TO
,
unsigned
int
ORBIT_FROM
,
typename
MAP
,
typename
FUNC
>
template
<
unsigned
int
ORBIT_TO
,
unsigned
int
ORBIT_FROM
,
typename
MAP
,
typename
FUNC
>
inline
void
foreach_incident3
(
MAP
&
map
,
Cell
<
ORBIT_FROM
>
c
,
FUNC
f
,
bool
forceDartMarker
=
false
,
unsigned
int
thread
=
0
)
{
Traversor3XY
<
MAP
,
ORBIT_FROM
,
ORBIT_TO
>
trav
(
const_cast
<
const
MAP
&>
(
map
),
c
,
forceDartMarker
,
thread
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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