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

X3DNormalNode.h

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

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