vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
turtleinterpret.h
Go to the documentation of this file.
1 #ifndef TURTLEINTERPRET_H_
2 #define TURTLEINTERPRET_H_
3 
4 #include "abstractinterpret.h"
5 #include "lsgeode.h"
6 
7 namespace AP_LSystem {
13 {
14 public:
20  TurtleInterpret( osg::Group * owner );
21 
22  ~TurtleInterpret(void);
23 
24  virtual int parse( ParseableString * word );
25 };
26 }
27 
28 #endif