Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

X3DTextureTransformNode.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            X3DTextureTransformNode.h                       //
00023 
00024 #ifndef X3DTEXTURETRANSFORMNODE_H
00025 #define X3DTEXTURETRANSFORMNODE_H
00026 
00027 #include "X3DAppearanceChildNode.h"
00028 
00029 namespace X3DTK {
00030 namespace X3D {
00031 
00036 
00037 class X3DTextureTransformNode : public X3DAppearanceChildNode
00038 {
00039 public:  
00041   X3DTextureTransformNode();
00043   virtual SFNode clone() const;
00045   virtual ~X3DTextureTransformNode();
00046   
00047 protected:
00049   X3DTextureTransformNode(const X3DTextureTransformNode &N);
00050 };
00051 
00052 }
00053 }
00054 
00055 #endif

Generated on Wed Sep 10 11:25:15 2003 for X3DToolKit by doxygen1.3