00001 00005 /* Copyright © 2009 James Legg. 00006 This program is free software: you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License as published by 00008 the Free Software Foundation, either version 3 of the License, or 00009 (at your option) any later version. 00010 */ 00011 #ifndef LIBTRACK_DOCUMENT_FLIP_EDGE_DELTA_H_ 00012 #define LIBTRACK_DOCUMENT_FLIP_EDGE_DELTA_H_ 00013 00014 #include "SymmetricDelta.h" 00015 00016 #include <cstddef> 00017 00018 namespace Document 00019 { 00020 00025 class FlipEdgeDelta 00026 : public SymmetricDelta 00027 { 00028 public: 00029 FlipEdgeDelta(std::size_t edge_name); 00030 virtual ~FlipEdgeDelta(); 00031 00032 void apply(Track::Track & track); 00033 protected: 00034 std::size_t edge_name; 00035 }; 00036 00037 } // namespace Document 00038 00039 #endif // LIBTRACK_DOCUMENT_FLIP_EDGE_DELTA_H_
Generated at Mon Sep 6 00:41:11 2010 by Doxygen version 1.4.7 for Racer version svn335.