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
LO21_Pin_Noir_Boucher_Bouri_Detree
CellulutLO21
Commits
eb413934
Commit
eb413934
authored
May 23, 2021
by
Yann Boucher
Browse files
Moved transition and neighborhood rules to separate folders for clarity
parent
81ef0fa2
Pipeline
#78345
passed with stages
in 17 seconds
Changes
10
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/arbitraryneighborhoodrule.hpp
→
include/
neighborhood_rules/
arbitraryneighborhoodrule.hpp
View file @
eb413934
File moved
include/mooreNeighborhoodRule.hpp
→
include/
neighborhood_rules/
mooreNeighborhoodRule.hpp
View file @
eb413934
File moved
include/vonNeumannNeighborhoodRule.hpp
→
include/
neighborhood_rules/
vonNeumannNeighborhoodRule.hpp
View file @
eb413934
File moved
include/lifegametransition.h
→
include/
transition_rules/
lifegametransition.h
View file @
eb413934
File moved
src/arbitraryneighborhoodrule.cpp
→
src/
neighborhood_rules/
arbitraryneighborhoodrule.cpp
View file @
eb413934
File moved
src/mooreNeighborhoodRule.cpp
→
src/
neighborhood_rules/
mooreNeighborhoodRule.cpp
View file @
eb413934
File moved
src/vonNeumannNeighborhoodRule.cpp
→
src/
neighborhood_rules/
vonNeumannNeighborhoodRule.cpp
View file @
eb413934
File moved
src/src.pro
View file @
eb413934
...
...
@@ -9,16 +9,16 @@ TEMPLATE = app
#
In
order
to
do
so
,
uncomment
the
following
line
.
#
DEFINES
+=
QT_DISABLE_DEPRECATED_BEFORE
=
0
x060000
#
disables
all
the
APIs
deprecated
before
Qt
6.0
.
0
INCLUDEPATH
+=
..
/
include
INCLUDEPATH
+=
..
/
include
..
/
include
/
transition_rules
..
/
include
/
neighborhood_rules
SOURCES
+=
\
alphabet
.
cpp
\
arbitraryneighborhoodrule
.
cpp
\
neighborhood_rules
/
arbitraryneighborhoodrule
.
cpp
\
automaton
.
cpp
\
gridview
.
cpp
\
lifegametransition
.
cpp
\
transition_rules
/
lifegametransition
.
cpp
\
main
.
cpp
\
mooreNeighborhoodRule
.
cpp
\
neighborhood_rules
/
mooreNeighborhoodRule
.
cpp
\
propertyvisitors
.
cpp
\
neighborhood
.
cpp
\
simulation
.
cpp
\
...
...
@@ -26,7 +26,7 @@ SOURCES += \
interface
.
cpp
\
grid
.
cpp
\
history
.
cpp
\
vonNeumannNeighborhoodRule
.
cpp
\
neighborhood_rules
/
vonNeumannNeighborhoodRule
.
cpp
\
structurewriter
.
cpp
\
structuresavingdialog
.
cpp
\
structurelibraryview
.
cpp
...
...
@@ -35,12 +35,12 @@ SOURCES += \
HEADERS
+=
\
..
/
include
/
automaton
.
hpp
\
..
/
include
/
coord
.
hpp
\
..
/
include
/
lifegametransition
.
h
\
..
/
include
/
transition_rules
/
lifegametransition
.
h
\
..
/
include
/
neighborhoodrule
.
hpp
\
..
/
include
/
arbitraryneighborhoodrule
.
hpp
\
..
/
include
/
mooreNeighborhoodrule
.
hpp
\
..
/
include
/
neighborhood_rules
/
arbitraryneighborhoodrule
.
hpp
\
..
/
include
/
neighborhood_rules
/
mooreNeighborhoodrule
.
hpp
\
..
/
include
/
simulation
.
hpp
\
..
/
include
/
vonNeumannNeighborhoodRule
.
hpp
\
..
/
include
/
neighborhood_rules
/
vonNeumannNeighborhoodRule
.
hpp
\
..
/
include
/
property
.
hpp
\
..
/
include
/
propertyvisitors
.
hpp
\
..
/
include
/
structure
.
hpp
\
...
...
src/lifegametransition.cpp
→
src/
transition_rules/
lifegametransition.cpp
View file @
eb413934
File moved
tests/tests.pro
View file @
eb413934
...
...
@@ -11,17 +11,17 @@ TEMPLATE = app
#
In
order
to
do
so
,
uncomment
the
following
line
.
#
DEFINES
+=
QT_DISABLE_DEPRECATED_BEFORE
=
0
x060000
#
disables
all
the
APIs
deprecated
before
Qt
6.0
.
0
INCLUDEPATH
+=
..
/
include
INCLUDEPATH
+=
..
/
include
..
/
include
/
transition_rules
..
/
include
/
neighborhood_rules
SOURCES
+=
\
..
/
src
/
propertyvisitors
.
cpp
\
..
/
src
/
structurereader
.
cpp
\
..
/
src
/
structurewriter
.
cpp
\
..
/
src
/
neighborhood
.
cpp
\
..
/
src
/
arbitraryneighborhoodrule
.
cpp
\
..
/
src
/
neighborhood_rules
/
arbitraryneighborhoodrule
.
cpp
\
..
/
src
/
history
.
cpp
\
..
/
src
/
grid
.
cpp
\
..
/
src
/
mooreNeighborhoodRule
.
cpp
\
..
/
src
/
neighborhood_rules
/
mooreNeighborhoodRule
.
cpp
\
alphabet_test
.
cpp
\
arbitraryneighborhoodrule_test
.
cpp
\
coord_tests
.
cpp
\
...
...
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