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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thomas Pitiot
CGoGN
Commits
c48c4f10
Commit
c48c4f10
authored
Jun 05, 2013
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove use of CellMarkerGen
parent
ee8d7368
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
include/Algo/MovingObjects/particle_cell_3D.h
include/Algo/MovingObjects/particle_cell_3D.h
+2
-2
include/Algo/MovingObjects/particle_cell_3D.hpp
include/Algo/MovingObjects/particle_cell_3D.hpp
+2
-2
No files found.
include/Algo/MovingObjects/particle_cell_3D.h
View file @
c48c4f10
...
...
@@ -82,11 +82,11 @@ public :
bool
isRightDFace
(
VEC3
c
,
Dart
d
,
VEC3
base
,
VEC3
normal
);
Dart
nextDartOfVertexNotMarked
(
Dart
d
,
CellMarker
Gen
&
mark
);
Dart
nextDartOfVertexNotMarked
(
Dart
d
,
CellMarker
Store
<
FACE
>
&
mark
);
Dart
nextNonPlanar
(
Dart
d
);
Dart
nextFaceNotMarked
(
Dart
d
,
CellMarker
Gen
&
mark
);
Dart
nextFaceNotMarked
(
Dart
d
,
CellMarker
Store
<
FACE
>
&
mark
);
Geom
::
Orientation3D
whichSideOfEdge
(
VEC3
c
,
Dart
d
);
...
...
include/Algo/MovingObjects/particle_cell_3D.hpp
View file @
c48c4f10
...
...
@@ -153,7 +153,7 @@ bool ParticleCell3D<PFP>::isRightDFace(VEC3 c, Dart d, VEC3 base, VEC3 normal)
template
<
typename
PFP
>
Dart
ParticleCell3D
<
PFP
>::
nextDartOfVertexNotMarked
(
Dart
d
,
CellMarker
Gen
&
mark
)
Dart
ParticleCell3D
<
PFP
>::
nextDartOfVertexNotMarked
(
Dart
d
,
CellMarker
Store
<
FACE
>
&
mark
)
{
// lock a marker
Dart
d1
;
...
...
@@ -257,7 +257,7 @@ Dart ParticleCell3D<PFP>::nextNonPlanar(Dart d)
}
template
<
typename
PFP
>
Dart
ParticleCell3D
<
PFP
>::
nextFaceNotMarked
(
Dart
d
,
CellMarker
Gen
&
mark
)
Dart
ParticleCell3D
<
PFP
>::
nextFaceNotMarked
(
Dart
d
,
CellMarker
Store
<
FACE
>
&
mark
)
{
// lock a marker
Dart
d1
;
...
...
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