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_SELECTABLE_H_ 00012 #define LIBTRACK_SELECTABLE_H_ 00013 00014 #include <LinearMath/btVector3.h> 00015 00016 namespace Track 00017 { 00018 00019 namespace EditAssist 00020 { 00021 00025 class Selectable 00026 { 00027 public: 00034 virtual bool is_here(btVector3 start, btVector3 stop, btScalar radius) const = 0; 00035 }; 00036 00037 } 00038 00039 } 00040 00041 #endif
Generated at Mon Sep 6 00:41:11 2010 by Doxygen version 1.4.7 for Racer version svn335.