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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
KennethVanhoey
CGoGN
Commits
1783bdbe
Commit
1783bdbe
authored
Feb 06, 2014
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forgotten modifications of traversor2_closed
parent
2cb08372
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
include/Topology/generic/traversor2_closed.h
include/Topology/generic/traversor2_closed.h
+11
-11
No files found.
include/Topology/generic/traversor2_closed.h
View file @
1783bdbe
...
...
@@ -41,7 +41,7 @@ namespace ClosedMap
// Traverse the edges incident to a given vertex
template
<
typename
MAP
>
class
Traversor2VE
:
public
Traversor
<
MAP
>
class
Traversor2VE
:
public
Traversor
{
private:
MAP
&
m
;
...
...
@@ -58,7 +58,7 @@ public:
// Traverse the faces incident to a given vertex
template
<
typename
MAP
>
class
Traversor2VF
:
public
Traversor
<
MAP
>
class
Traversor2VF
:
public
Traversor
{
private:
MAP
&
m
;
...
...
@@ -75,7 +75,7 @@ public:
// Traverse the vertices adjacent to a given vertex through sharing a common edge
template
<
typename
MAP
>
class
Traversor2VVaE
:
public
Traversor
<
MAP
>
class
Traversor2VVaE
:
public
Traversor
{
private:
MAP
&
m
;
...
...
@@ -92,7 +92,7 @@ public:
// Traverse the vertices adjacent to a given vertex through sharing a common face
template
<
typename
MAP
>
class
Traversor2VVaF
:
public
Traversor
<
MAP
>
class
Traversor2VVaF
:
public
Traversor
{
private:
MAP
&
m
;
...
...
@@ -115,7 +115,7 @@ public:
// Traverse the vertices incident to a given edge
template
<
typename
MAP
>
class
Traversor2EV
:
public
Traversor
<
MAP
>
class
Traversor2EV
:
public
Traversor
{
private:
MAP
&
m
;
...
...
@@ -132,7 +132,7 @@ public:
// Traverse the faces incident to a given edge
template
<
typename
MAP
>
class
Traversor2EF
:
public
Traversor
<
MAP
>
class
Traversor2EF
:
public
Traversor
{
private:
MAP
&
m
;
...
...
@@ -149,7 +149,7 @@ public:
// Traverse the edges adjacent to a given edge through sharing a common vertex
template
<
typename
MAP
>
class
Traversor2EEaV
:
public
Traversor
<
MAP
>
class
Traversor2EEaV
:
public
Traversor
{
private:
MAP
&
m
;
...
...
@@ -168,7 +168,7 @@ public:
// Traverse the edges adjacent to a given edge through sharing a common face
template
<
typename
MAP
>
class
Traversor2EEaF
:
public
Traversor
<
MAP
>
class
Traversor2EEaF
:
public
Traversor
{
private:
MAP
&
m
;
...
...
@@ -191,7 +191,7 @@ public:
// Traverse the vertices incident to a given face
template
<
typename
MAP
>
class
Traversor2FV
:
public
Traversor
<
MAP
>
class
Traversor2FV
:
public
Traversor
{
private:
MAP
&
m
;
...
...
@@ -217,7 +217,7 @@ public:
// Traverse the faces adjacent to a given face through sharing a common vertex
template
<
typename
MAP
>
class
Traversor2FFaV
:
public
Traversor
<
MAP
>
class
Traversor2FFaV
:
public
Traversor
{
private:
MAP
&
m
;
...
...
@@ -236,7 +236,7 @@ public:
// Traverse the faces adjacent to a given face through sharing a common edge
template
<
typename
MAP
>
class
Traversor2FFaE
:
public
Traversor
<
MAP
>
class
Traversor2FFaE
:
public
Traversor
{
private:
MAP
&
m
;
...
...
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