Remove Flip
It wasn't really adding anything to the tests
This commit is contained in:
-11
@@ -38,17 +38,6 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
//Mirrors over the vertical axis
|
//Mirrors over the vertical axis
|
||||||
public:
|
|
||||||
Image* getMutated(Image* img) {
|
|
||||||
Image* mut = new Image(*img);
|
|
||||||
mut->flip();
|
|
||||||
return mut;
|
|
||||||
}
|
|
||||||
string ToString() {
|
|
||||||
return "Flip";
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
class Flop : public Mutation {
|
class Flop : public Mutation {
|
||||||
public:
|
public:
|
||||||
Image * getMutated(Image* img) {
|
Image * getMutated(Image* img) {
|
||||||
|
|||||||
Reference in New Issue
Block a user