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

X3DAppearanceNode.h

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

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