vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
jointedpipe.h
Go to the documentation of this file.
1 #ifndef JOINTEDPIPE_H_
2 #define JOINTEDPIPE_H_
3 
4 #include "loftturtle.h"
5 
6 namespace AP_LSystem {
11 class JointedPipe : public LoftTurtle
12 {
13 private:
17  void createHemisphere();
18 
23  virtual int addHemisphereGeometry( );
24 public:
25  JointedPipe(void);
26  ~JointedPipe(void);
27 
32  virtual int initialize();
33 
38  virtual int preStep();
39 
44  virtual int postStep();
45 
46 };
47 }
48 
49 #endif