TactileVestProject  V1.0
Tactile user interface configuration tool
 All Classes Functions
TactorNode.h
1 #ifndef TACTOR_NODE_H
2 #define TACTOR_NODE_H
3 
4 #include "Node.h"
5 
6 class TactorNode : public Node
7 {
8 public:
9  TactorNode(const QString& id);
10 
11  virtual osg::ShapeDrawable* getDrawable();
12 };
13 
14 #endif // TACTOR_NODE_H
Definition: Node.h:9
Definition: TactorNode.h:6
virtual osg::ShapeDrawable * getDrawable()
Definition: TactorNode.cpp:8