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
Romain De Laage De Bellefaye
LO21-projet
Commits
2cf179e4
Commit
2cf179e4
authored
Jun 03, 2021
by
Boris Cazic
Browse files
Voisinage arbitraire
parent
725a220e
Pipeline
#79117
passed with stage
in 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
includes/voisinage.h
View file @
2cf179e4
...
...
@@ -98,6 +98,7 @@ class RegleVoisinageArbitraire : public RegleVoisinage { //définit la règle po
public:
Voisinage
getVoisinage
(
const
Reseau
&
reseau
,
Coordonnees
position
)
const
;
//à compléter
void
calculVoisinage
(
Voisinage
&
v
,
const
Reseau
&
r
);
};
...
...
src/voisinage.cpp
View file @
2cf179e4
...
...
@@ -182,6 +182,6 @@ Voisinage::~Voisinage() {
voisinage
.
clear
();
}
Voisinage
RegleVoisinageArbitraire
::
getVoisinage
(
const
Reseau
&
reseau
,
Coordonnees
position
)
const
{
Voisinage
RegleVoisinageArbitraire
::
getVoisinage
(
const
Reseau
&
reseau
,
Coordonnees
position
)
const
{
}
}
void
RegleVoisinageArbitraire
::
calculVoisinage
(
Voisinage
&
v
,
const
Reseau
&
r
)
{
}
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