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 00012 #ifndef LIBTRACK_DOCUMENT_CLEAR_VERTEX_DELTA_H_ 00013 #define LIBTRACK_DOCUMENT_CLEAR_VERTEX_DELTA_H_ 00014 00015 #include "StackableDelta.h" 00016 00017 namespace Document 00018 { 00019 00022 class ClearVertexDelta 00023 : public StackableDelta 00024 { 00025 public: 00027 ClearVertexDelta(std::size_t vertex_name); 00028 void apply(Track::Track & track); 00029 protected: 00030 std::size_t vertex_name; 00031 }; 00032 00033 } // namespace document 00034 00035 #endif // LIBTRACK_DOCUMENT_CLEAR_VERTEX_DELTA_H_
Generated at Mon Sep 6 00:41:11 2010 by Doxygen version 1.4.7 for Racer version svn335.