libvrml1++/MatrixTransform.hh

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

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