libvrml1++/Rotation.hh

Go to the documentation of this file.
00001 
00020 #ifndef ROTATION_H_
00021 #define ROTATION_H_
00022 
00023 #include "Node.hh"
00024 #include "Attribute.hh"
00025 #include "SFRotation.hh"
00026 
00027 namespace vrml1
00028 {
00029 
00030 class Rotation : public vrml1::Node
00031 {
00032 public:
00033         Rotation();
00034         
00035         void setRotation(SFRotation Rot);
00036         SFRotation rotation() const;
00037         
00038         virtual void setAttribute(Attribute *A);
00039         
00040 private:
00041         SFRotation m_rotation;
00042 };
00043 
00044 }
00045 
00046 #endif /*ROTATION_H_*/

Generated on Mon Jul 21 23:57:09 2008 for libvrml1++ by  doxygen 1.5.4